From 884af6c107cf64dd4f60d5c155bcba635e9a8aa8 Mon Sep 17 00:00:00 2001 From: Ben Sima Date: Fri, 11 Mar 2022 10:39:16 -0800 Subject: tmux: better status line --- lib/tmux | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/tmux b/lib/tmux index d0067b3..bf0d44e 100644 --- a/lib/tmux +++ b/lib/tmux @@ -69,8 +69,14 @@ bind r source-file ~/.tmux.conf # status line text set -g status-left-length 30 set -g status-left ' #(whoami)@#(hostname) | ' -set -g status-right '~%Y.%m.%d..%H.%M ' +set -g status-right '~%Y.%m.%d..%H.%M { #(wemux status_users) } ' # white-ish background with dark-grey text -set -g status-style bg=colour0 -set -ag status-style fg=colour13 +set -g status-style bg=colour0,fg=colour13 + +# highlight current window +set -g window-status-current-style fg=colour0,bg=colour13 + +set -g window-status-format '#I) #W ' +set -g window-status-current-format '#I) #W ' + -- cgit v1.2.3