tmux/fixes
This commit is contained in:
parent
7cc6025fa7
commit
e55847358d
1 changed files with 4 additions and 6 deletions
10
sh/tmux.sh
10
sh/tmux.sh
|
@ -109,19 +109,16 @@ set-option -g status-format[1] '\
|
||||||
|
|
||||||
# line 3
|
# line 3
|
||||||
set-option -g status-format[2] '\
|
set-option -g status-format[2] '\
|
||||||
|
#[fg=green] #{session_name} \
|
||||||
#{S:\
|
#{S:\
|
||||||
\
|
\
|
||||||
#[fg=yellow]#{s/\\\$//:session_id}\
|
|
||||||
\
|
|
||||||
#{?session_many_attached,#[fg=red],\
|
#{?session_many_attached,#[fg=red],\
|
||||||
#{?session_attached,#[fg=cyan],#[fg=blue]}}\
|
#{?session_attached,#[fg=cyan],#[fg=blue]}}\
|
||||||
#{session_name}\
|
#{session_name}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=yellow]#{s/\\\$//:session_id}\
|
#[fg=yellow]#{host}\
|
||||||
\
|
|
||||||
#[fg=green]#{session_name}\
|
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 4
|
# line 4
|
||||||
|
@ -135,7 +132,8 @@ set-option -g status-format[3] '\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=yellow]#{host_short}\
|
#{?uid,#[fg=green],#[fg=red]}\
|
||||||
|
#{user}\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
|
|
Loading…
Add table
Reference in a new issue