From 944501b8240731b74c4f4d55183f0bde61081c71 Mon Sep 17 00:00:00 2001 From: Johannes Rothe Date: Thu, 29 Nov 2018 22:05:16 +0100 Subject: [PATCH] tmux: simplify to minimalistic status bar --- tmux.conf | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) 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