tmux/zoom,prefix
This commit is contained in:
parent
1d5bf4474f
commit
a273d2ea43
1 changed files with 6 additions and 6 deletions
12
sh/tmux.sh
12
sh/tmux.sh
|
@ -87,11 +87,10 @@ set-option -g status-fg white
|
|||
# line 1
|
||||
set-option -g status-format[0] '\
|
||||
#{W:\
|
||||
#[fg=yellow]\
|
||||
#[bg=##202020]\
|
||||
#{?window_zoomed_flag,z, }\
|
||||
#[bg=##303030] \
|
||||
#{window_index}\
|
||||
#[bg=##202020] #[bg=##303030]\
|
||||
#{?window_zoomed_flag,#[fg=magenta][, }\
|
||||
#[fg=yellow]#{window_index}\
|
||||
#{?window_zoomed_flag,#[fg=magenta]], }\
|
||||
\
|
||||
#{?window_active,#[fg=green],\
|
||||
#{?window_activity_flag,#[fg=red],#[fg=blue]}}\
|
||||
|
@ -102,7 +101,8 @@ set-option -g status-format[0] '\
|
|||
#[align=right]\
|
||||
#[bg=##202020] #[bg=##303030] \
|
||||
#[fg=yellow]%H:%M:%S\
|
||||
#[bg=##303030] #[bg=##202020]#{?client_prefix,p, }\
|
||||
#[bg=##303030] #[bg=##202020]\
|
||||
#{?client_prefix,#[fg=green]p, }\
|
||||
'
|
||||
|
||||
# line 2
|
||||
|
|
Loading…
Reference in a new issue