logo

dotfiles

My dotfiles, one branch per machine
commit: 3713b1c6cdf6337438d7ceb15337cdd5eccdd090
parent: ee8379d8a2cb99af623d8dadf2c4ebb9162f01b6
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue,  1 Oct 2019 08:43:11 +0200

.tmux.conf: Fix settings removed in 2.9

Diffstat:

M.tmux.conf29++++++++++++++++-------------
1 file changed, 16 insertions(+), 13 deletions(-)

diff --git a/.tmux.conf b/.tmux.conf @@ -29,27 +29,30 @@ set-option escape-time 2 #### COLOUR (Solarized dark) # default statusbar colors -set-option -g status-bg black #base02 -set-option -g status-fg yellow #yellow -set-option -g status-attr default +set-option -g status-style none,bg=black #base02 +%if #{==:#{host},hp2125} +set-option -ga status-style fg=white +%elif #{==:#{host},NightmareMoon} +set-option -ga status-style fg=yellow +%else +set-option -ga status-style fg=red +%endif # default window title colors -set-window-option -g window-status-fg brightblue #base0 -set-window-option -g window-status-bg default -#set-window-option -g window-status-attr dim +set-window-option -g window-status-style fg=brightblue #base0 +set-window-option -ga window-status-style bg=default # active window title colors -set-window-option -g window-status-current-fg brightred #orange -set-window-option -g window-status-current-bg default -#set-window-option -g window-status-current-attr bright +set-window-option -g window-status-current-style fg=brightred #orange +set-window-option -ga window-status-current-style bg=default # pane border -set-option -g pane-border-fg black #base02 -set-option -g pane-active-border-fg brightgreen #base01 +set-option -g pane-border-style fg=black #base02 +set-option -g pane-active-border-style fg=brightgreen #base01 # message text -set-option -g message-bg black #base02 -set-option -g message-fg brightred #orange +set-option -g message-style bg=black #base02 +set-option -g message-style fg=brightred #orange # pane number display set-option -g display-panes-active-colour blue #blue