From 48fa47715812c64db872a19a5afa3f23f41f6d73 Mon Sep 17 00:00:00 2001 From: Chun Li Date: Mon, 13 Oct 2025 21:05:44 -0700 Subject: [PATCH] Update tmux status bar to make selected window more obvious. --- tmux/dot-tmux.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tmux/dot-tmux.conf b/tmux/dot-tmux.conf index ccd675e..2d753ad 100644 --- a/tmux/dot-tmux.conf +++ b/tmux/dot-tmux.conf @@ -47,7 +47,8 @@ bind-key ] paste-buffer # Status Bar set-option -g status-interval 1 set-option -g status-left '' -set-option -g status-right '%l:%M%p' +set-option -g status-right '%H:%M ' +set -g window-status-current-style 'fg=brightwhite,bg=blue' # Set window notifications setw -g monitor-activity on