tmux/↕
This commit is contained in:
parent
2f93d1b777
commit
67803f31b8
1 changed files with 17 additions and 17 deletions
34
sh/tmux.sh
34
sh/tmux.sh
|
@ -99,6 +99,23 @@ set-option -g status-format[0] '\
|
|||
# line 2
|
||||
set-option -g status-format[1] '\
|
||||
#[fg=default]│\
|
||||
#{P:\
|
||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||
\
|
||||
#{pane_index}\
|
||||
\
|
||||
#{pane_current_command}\
|
||||
\
|
||||
}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=yellow]%Y-%m-%d\
|
||||
#[fg=default]│\
|
||||
'
|
||||
|
||||
# line 3
|
||||
set-option -g status-format[2] '\
|
||||
#[fg=default]│\
|
||||
#{W:\
|
||||
#{?window_active,#[fg=green],\
|
||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
||||
|
@ -116,23 +133,6 @@ set-option -g status-format[1] '\
|
|||
#[fg=default]│\
|
||||
'
|
||||
|
||||
# line 3
|
||||
set-option -g status-format[2] '\
|
||||
#[fg=default]│\
|
||||
#{P:\
|
||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||
\
|
||||
#{pane_index}\
|
||||
\
|
||||
#{pane_current_command}\
|
||||
\
|
||||
}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=yellow]%Y-%m-%d\
|
||||
#[fg=default]│\
|
||||
'
|
||||
|
||||
# line 4
|
||||
set-option -g status-format[3] '\
|
||||
#[fg=default]│\
|
||||
|
|
Loading…
Reference in a new issue