tmux/prefix,zoom
This commit is contained in:
parent
0151ba035b
commit
1d5bf4474f
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue