tmux/spaces
This commit is contained in:
parent
3a50aafa49
commit
c244535921
1 changed files with 8 additions and 4 deletions
12
sh/tmux.sh
12
sh/tmux.sh
|
@ -100,9 +100,11 @@ set-option -g status-format[1] '\
|
|||
#{W:\
|
||||
#{?window_active,#[fg=green],\
|
||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
||||
#{window_index}-#{window_panes} \
|
||||
\
|
||||
#{window_index}-#{window_panes}\
|
||||
\
|
||||
#{window_name}\
|
||||
\
|
||||
\
|
||||
}\
|
||||
#[align=right]\
|
||||
#[fg=green]#{session_name}\
|
||||
|
@ -115,10 +117,11 @@ 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\
|
||||
|
@ -130,10 +133,11 @@ set-option -g status-format[3] '\
|
|||
#[fg=default]│\
|
||||
#{P:\
|
||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||
\
|
||||
#{pane_index}\
|
||||
\
|
||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||
\
|
||||
\
|
||||
}\
|
||||
#[align=right]\
|
||||
#[fg=blue]#{window_width}×#{window_height}\
|
||||
|
|
Loading…
Reference in a new issue