tmux/activity
This commit is contained in:
parent
f0f0bb5bc9
commit
59322ac449
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ set-option -g status-fg gray
|
|||
set-option -g status-format[1] '\
|
||||
#[fg=yellow]#{session_name}\
|
||||
#{W: \
|
||||
#{?window_active,#[fg=green],#[fg=default]}\
|
||||
#{?window_active,#[fg=green],\
|
||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
||||
#{window_index}\
|
||||
#{?window_flags,#{window_flags}, } \
|
||||
#{window_name}\
|
||||
|
|
Loading…
Reference in a new issue