From 310600f7bc64f1c0be9e70a28629393688f4daec Mon Sep 17 00:00:00 2001 From: Mike Beattie Date: Fri, 20 Apr 2018 21:52:15 +1200 Subject: Adjust tmux status bar Signed-off-by: Mike Beattie --- .tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index d7618a2..71a1e0b 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -12,7 +12,7 @@ set -g status on set -g status-interval 1 set -g status-justify centre set -g status-position bottom -set -g status-style fg=white +set -g status-style fg=white,bg=colour235 set -g status-left "#[fg=green][ #[fg=white]#H #[fg=green]][" set -g status-left-length 30 @@ -27,7 +27,7 @@ setw -g pane-border-status bottom setw -g window-status-current-format "#[fg=red](#[fg=white]#I.#P#F$ #W#[fg=red])" setw -g window-status-current-style fg=white,bright -setw -g window-status-format " #[fg=colour240]#I.#P#F$ #W#[fg=default] " +setw -g window-status-format " #I.#P#F$ #W " setw -g window-status-style fg=white,dim unbind-key -T prefix C-Up -- cgit v1.2.3