tmux/spaces
This commit is contained in:
parent
3a50aafa49
commit
c244535921
1 changed files with 8 additions and 4 deletions
|
@ -100,7 +100,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_panes} \
|
\
|
||||||
|
#{window_index}-#{window_panes}\
|
||||||
|
\
|
||||||
#{window_name}\
|
#{window_name}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
|
@ -115,6 +117,7 @@ set-option -g status-format[2] '\
|
||||||
#[fg=default]│\
|
#[fg=default]│\
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||||
|
\
|
||||||
#{pane_index}\
|
#{pane_index}\
|
||||||
\
|
\
|
||||||
#{pane_current_command}\
|
#{pane_current_command}\
|
||||||
|
@ -130,6 +133,7 @@ set-option -g status-format[3] '\
|
||||||
#[fg=default]│\
|
#[fg=default]│\
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||||
|
\
|
||||||
#{pane_index}\
|
#{pane_index}\
|
||||||
\
|
\
|
||||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||||
|
|
Loading…
Reference in a new issue