tmux: simplify to minimalistic status bar

This commit is contained in:
Johannes Rothe 2018-11-29 22:05:16 +01:00
parent 0cf914e046
commit 944501b824

View File

@ -13,12 +13,17 @@ bind k select-pane -U
bind l select-pane -R
# statusbar
set -g status-right '#[fg=white]%a %d %b #[fg=white,bold]%R'
set -g status-right '#[fg=colour242]#S'
set -g status-left ' '
set -g window-status-format '#W'
set -g window-status-current-format '#W'
#set -g status-right '#[fg=white]%a %d %b #[fg=white,bold]%R'
#set -g status-justify centre
# THEME
#### COLOUR (Solarized 256)
# default statusbar colors
set-option -g status-bg colour235 #base02
set-option -g status-bg colour233
set-option -g status-fg colour136 #yellow
set-option -g status-attr default