tmux/fixes
This commit is contained in:
parent
c3a168894a
commit
08dc6fe80b
1 changed files with 4 additions and 5 deletions
|
@ -136,15 +136,14 @@ set-option -g status-format[3] '\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=blue] #{window_width}×#{window_height}\
|
#[fg=blue] #{window_width} × #{window_height} \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
set-option -g status-format[4] '\
|
set-option -g status-format[4] '\
|
||||||
#[align=centre]\
|
#[fg=green]#{user}\
|
||||||
#[fg=green] #{user} \
|
#[align=right]\
|
||||||
#[fg=blue]@\
|
#[fg=yellow]#{host}\
|
||||||
#[fg=yellow] #{host} \
|
|
||||||
'
|
'
|
||||||
|
|
||||||
# refresh period
|
# refresh period
|
||||||
|
|
Loading…
Reference in a new issue