Add higlight for current tmux window

Highlight focused window
This commit is contained in:
c47 2024-01-14 11:59:59 +01:00
parent ca11a53828
commit 06025963d1

View file

@ -46,5 +46,7 @@ set -g status-position bottom
set -g status-justify centre
set -g status-style 'bg=black fg=yellow'
set -g status-left-length 50
set -g window-status-style 'bg=black fg=yellow'
set -g window-status-current-style 'bg=yellow fg=black'
set -g status-right ' %Y-%m-%d .:. %H:%M '