X-Git-Url: http://git.grml.org/?p=grml-etc-core.git;a=blobdiff_plain;f=etc%2Ftmux.conf;fp=etc%2Ftmux.conf;h=3c36464dd0036909cd5141b152a2bcdb92175e05;hp=f74f7b9897c2f5f1267b666b343ef116e48edf75;hb=542aca0717158f188cdf5263504fd01ddfcee35d;hpb=b6488036e4c060e7f186212eeed148c2996abc2a diff --git a/etc/tmux.conf b/etc/tmux.conf index f74f7b9..3c36464 100644 --- a/etc/tmux.conf +++ b/etc/tmux.conf @@ -45,8 +45,7 @@ set -g visual-activity on set -g mode-keys vi ### set status line appearance -set -g status-fg white -set -g status-bg black +set -g status-style fg=white,bg=black set -g status-left-length 28 ### status-left: @hostname:sessionname @@ -61,7 +60,5 @@ set -g status-right '#[fg=yellow]%Y-%m-%d %H:%M' #set -g status-right-length 6 #set -g status-right "#[fg=yellow]%H:%M" -set-window-option -g window-status-fg blue -set-window-option -g window-status-bg black -set-window-option -g window-status-current-attr bold - +set-window-option -g window-status-style fg=blue,bg=black +set-window-option -g window-status-current-style bold