tmux/end
This commit is contained in:
parent
c26d5b8bcb
commit
5bc65bbab1
1 changed files with 5 additions and 0 deletions
|
@ -99,6 +99,7 @@ set-option -g status-format[0] '\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030] \
|
||||||
#[fg=yellow]%H:%M:%S\
|
#[fg=yellow]%H:%M:%S\
|
||||||
|
#[bg=##303030] #[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 2
|
# line 2
|
||||||
|
@ -115,6 +116,7 @@ set-option -g status-format[1] '\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030] \
|
||||||
#[fg=yellow]%Y-%m-%d\
|
#[fg=yellow]%Y-%m-%d\
|
||||||
|
#[bg=##303030] #[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 3
|
# line 3
|
||||||
|
@ -123,6 +125,7 @@ set-option -g status-format[2] '\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030] \
|
||||||
#[fg=yellow]#{host}\
|
#[fg=yellow]#{host}\
|
||||||
|
#[bg=##303030] #[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 4
|
# line 4
|
||||||
|
@ -140,6 +143,7 @@ set-option -g status-format[3] '\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030] \
|
||||||
#{?uid,#[fg=green],#[fg=red]}\
|
#{?uid,#[fg=green],#[fg=red]}\
|
||||||
#{user}\
|
#{user}\
|
||||||
|
#[bg=##303030] #[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
|
@ -156,6 +160,7 @@ set-option -g status-format[4] '\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030] \
|
||||||
#[fg=green]#{window_width}×#{window_height}\
|
#[fg=green]#{window_width}×#{window_height}\
|
||||||
|
#[bg=##303030] #[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# refresh period
|
# refresh period
|
||||||
|
|
Loading…
Reference in a new issue