tmux/1
This commit is contained in:
parent
6f37337925
commit
363ead4b4a
1 changed files with 4 additions and 6 deletions
10
sh/tmux.sh
10
sh/tmux.sh
|
@ -93,14 +93,12 @@ set-option -g status-fg white
|
||||||
# line 1
|
# line 1
|
||||||
set-option -g status-format[0] '\
|
set-option -g status-format[0] '\
|
||||||
#{W:\
|
#{W:\
|
||||||
#[bg=##181818]\
|
|
||||||
#{?window_zoomed_flag,#[fg=magenta][, }\
|
|
||||||
#[bg=##282828]\
|
|
||||||
#{?window_active,#[fg=green],\
|
#{?window_active,#[fg=green],\
|
||||||
#{?window_activity_flag,#[fg=red],#[fg=yellow]}}\
|
#{?window_activity_flag,#[fg=red],#[fg=yellow]}}\
|
||||||
#{window_name}\
|
#[bg=##181818]#{?window_zoomed_flag,#[fg=magenta][, }\
|
||||||
#[bg=##181818]\
|
#[bg=##282828]#{window_name}\
|
||||||
#{?window_zoomed_flag,#[fg=magenta]], }\
|
#[bg=##181818]#{?window_zoomed_flag,#[fg=magenta]], }\
|
||||||
|
#[fg=default]\
|
||||||
#[bg=default] \
|
#[bg=default] \
|
||||||
}\
|
}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue