tmux/prefix,zoom

This commit is contained in:
Marc Beninca 2025-01-26 14:29:51 +01:00
parent 0151ba035b
commit 1d5bf4474f
Signed by: marc.beninca
GPG key ID: 9C7613450C80C24F

View file

@ -87,8 +87,11 @@ set-option -g status-fg white
# line 1 # line 1
set-option -g status-format[0] '\ set-option -g status-format[0] '\
#{W:\ #{W:\
#[bg=##202020] #[bg=##303030] \ #[fg=yellow]\
#[fg=yellow]#{window_index}\ #[bg=##202020]\
#{?window_zoomed_flag,z, }\
#[bg=##303030] \
#{window_index}\
\ \
#{?window_active,#[fg=green],\ #{?window_active,#[fg=green],\
#{?window_activity_flag,#[fg=red],#[fg=blue]}}\ #{?window_activity_flag,#[fg=red],#[fg=blue]}}\
@ -99,7 +102,7 @@ set-option -g status-format[0] '\
#[align=right]\ #[align=right]\
#[bg=##202020] #[bg=##303030] \ #[bg=##202020] #[bg=##303030] \
#[fg=yellow]%H:%M:%S\ #[fg=yellow]%H:%M:%S\
#[bg=##303030] #{?client_prefix,#[bg=green],#[bg=##202020]} \ #[bg=##303030] #[bg=##202020]#{?client_prefix,p, }\
' '
# line 2 # line 2