diff --git a/tmux.conf b/tmux.conf index e51c0ad..ab1d7cd 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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