X-Git-Url: https://git.friedersdorff.com/?a=blobdiff_plain;f=states%2Ftmux%2Ffiles%2Ftmux.conf;h=4681346b924b8b3597c69097e917314d1450102f;hb=39f1e517ede6aff07a4a2015d2483d0046b65a48;hp=3b17d1a72235e1a0f9f4d5b85690b5aa9c442a23;hpb=eba2a700b3f661370ab4dfee185e1c87f30c904a;p=max%2Fsaltfiles.git diff --git a/states/tmux/files/tmux.conf b/states/tmux/files/tmux.conf index 3b17d1a..4681346 100644 --- a/states/tmux/files/tmux.conf +++ b/states/tmux/files/tmux.conf @@ -3,7 +3,7 @@ set -g mode-keys vi set -g history-limit 10000 -set -g default-command /bin/bash +set -g default-command $SHELL unbind C-b set -g prefix C-a @@ -41,17 +41,11 @@ set -g allow-rename off #bind C-y run "tmux save-buffer - | xclip -i" #move wayland clipbord into tmux buffer -bind C-p run "tmux set-buffer \"$(wl-paste)\"" +bind C-p run "tmux set-buffer \"$(wm_paste)\"" # move tmux copy buffer into wayland clipboard -bind C-y run "tmux save-buffer - | wl-copy > /dev/null" +bind C-y run "tmux save-buffer - | wm_copy" - -#################################### -# DESING ########################### -# By /u/dothebarbwa on /r/unixporn # -#################################### - # loud or quiet? set-option -g visual-activity off set-option -g visual-bell off @@ -59,30 +53,32 @@ set-option -g visual-silence off set-window-option -g monitor-activity off set-option -g bell-action none -# modes -setw -g clock-mode-colour colour5 -setw -g mode-style bold,fg=colour7,bg=colour8 +#### COLOUR (Solarized light) + +# default statusbar colors +set-option -g status-style fg=yellow,bg=white #yellow and base2 + +# default window title colors +set-window-option -g window-status-style fg=brightyellow,bg=default #base0 and default +#set-window-option -g window-status-style dim -# panes -set -g pane-border-style bg=colour8,fg=colour0 -set -g pane-active-border-style bg=colour0,fg=colour7 +# active window title colors +set-window-option -g window-status-current-style fg=brightred,bg=default #orange and default +#set-window-option -g window-status-current-style bright -# statusbar -set -g status-position bottom -set -g status-justify left -set -g status-style bg=colour0,fg=colour137,dim -set -g status-left '' -set -g status-right '#[fg=colour233,bg=colour8,bold] %d/%m #[fg=colour233,bg=colour7,bold] %H:%M:%S ' -set -g status-right-length 50 -set -g status-left-length 20 +# pane border +set-option -g pane-border-style fg=white #base2 +set-option -g pane-active-border-style fg=brightcyan #base1 -setw -g window-status-current-style fg=colour3,bg=colour8,bold -setw -g window-status-current-format ' #I#[fg=colour3]:#[fg=colour7]#W#[fg=colour249]#F ' +# message text +set-option -g message-style fg=brightred,bg=white #orange and base2 -setw -g window-status-style fg=colour8,bg=colour7,none -setw -g window-status-format ' #I#[fg=colour8]:#[fg=colour8]#W#[fg=colour8]#F ' +# pane number display +set-option -g display-panes-active-colour blue #blue +set-option -g display-panes-colour brightred #orange -setw -g window-status-bell-style fg=colour255,bg=colour1,bold +# clock +set-window-option -g clock-mode-colour green #green -# messages -set -g message-style fg=colour3,bg=colour0,bold +# bell +set-window-option -g window-status-bell-style fg=white,bg=red #base2, red