From: Michael Prokop Date: Wed, 21 Aug 2019 13:30:28 +0000 (+0200) Subject: Merge remote-tracking branch 'origin/github/pr/77' X-Git-Tag: v0.16.1~3 X-Git-Url: http://git.grml.org/?a=commitdiff_plain;h=8c5e712848435ba7a698dddca60ff02ddd185ab0;hp=b5f593a05757b092adecd1e76e5c01df9f098417;p=grml-etc-core.git Merge remote-tracking branch 'origin/github/pr/77' --- 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