Update tmux status bar to make selected window more obvious.

This commit is contained in:
2025-10-13 21:05:44 -07:00
parent ea7f493196
commit 48fa477158

View File

@@ -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