tmux/flags
This commit is contained in:
parent
59322ac449
commit
874b11884f
1 changed files with 2 additions and 2 deletions
|
@ -45,9 +45,9 @@ set-option -g status-format[1] '\
|
||||||
#{W: \
|
#{W: \
|
||||||
#{?window_active,#[fg=green],\
|
#{?window_active,#[fg=green],\
|
||||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
||||||
#{window_index}\
|
#{window_index} \
|
||||||
#{?window_flags,#{window_flags}, } \
|
|
||||||
#{window_name}\
|
#{window_name}\
|
||||||
|
#{?window_flags,#{window_flags},}\
|
||||||
}\
|
}\
|
||||||
#[align=right] \
|
#[align=right] \
|
||||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||||
|
|
Loading…
Reference in a new issue