tmux/fixes
This commit is contained in:
parent
b97c43a33d
commit
ea166159a1
1 changed files with 10 additions and 10 deletions
20
sh/tmux.sh
20
sh/tmux.sh
|
@ -95,11 +95,11 @@ set-option -g status-format[0] '\
|
||||||
# line 2
|
# line 2
|
||||||
set-option -g status-format[1] '\
|
set-option -g status-format[1] '\
|
||||||
#{W:\
|
#{W:\
|
||||||
|
\
|
||||||
|
#[fg=yellow]#{window_index}\
|
||||||
|
\
|
||||||
#{?window_active,#[fg=green],\
|
#{?window_active,#[fg=green],\
|
||||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
#{?window_activity_flag,#[fg=red],#[fg=blue]}}\
|
||||||
\
|
|
||||||
#{window_index}\
|
|
||||||
\
|
|
||||||
#{window_name}\
|
#{window_name}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
|
@ -111,10 +111,10 @@ set-option -g status-format[1] '\
|
||||||
# line 3
|
# line 3
|
||||||
set-option -g status-format[2] '\
|
set-option -g status-format[2] '\
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
|
||||||
\
|
\
|
||||||
#{pane_index}\
|
#[fg=yellow]#{pane_index}\
|
||||||
\
|
\
|
||||||
|
#{?pane_active,#[fg=green],#[fg=blue]}\
|
||||||
#{pane_current_command}\
|
#{pane_current_command}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
|
@ -125,15 +125,15 @@ set-option -g status-format[2] '\
|
||||||
# line 4
|
# line 4
|
||||||
set-option -g status-format[3] '\
|
set-option -g status-format[3] '\
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
|
||||||
\
|
\
|
||||||
#{pane_index}\
|
#[fg=yellow]#{pane_index}\
|
||||||
\
|
\
|
||||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
#{?pane_active,#[fg=green],#[fg=blue]}\
|
||||||
|
#{pane_width}×#{pane_height}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=blue] #{window_width} × #{window_height}\
|
#[fg=blue] #{window_width}×#{window_height}\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
|
|
Loading…
Reference in a new issue