tmux/cut
This commit is contained in:
parent
1aa0e8f805
commit
848500fd1b
1 changed files with 2 additions and 7 deletions
|
@ -90,7 +90,7 @@ set-option -g status-format[0] '\
|
||||||
#[fg=cyan]#{pane_current_path}\
|
#[fg=cyan]#{pane_current_path}\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=yellow]╭──%H:%M:%S\
|
#[fg=yellow]%H:%M:%S\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 2
|
# line 2
|
||||||
|
@ -106,7 +106,7 @@ set-option -g status-format[1] '\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=yellow]╰%Y-%m-%d\
|
#[fg=yellow]%Y-%m-%d\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 3
|
# line 3
|
||||||
|
@ -125,23 +125,19 @@ set-option -g status-format[2] '\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=green] #{session_name} \
|
#[fg=green] #{session_name} \
|
||||||
#[fg=default] #(tmux list-sessions | wc --lines) \
|
#[fg=default] #(tmux list-sessions | wc --lines) \
|
||||||
#[fg=default]│\
|
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 4
|
# line 4
|
||||||
set-option -g status-format[3] '\
|
set-option -g status-format[3] '\
|
||||||
#[fg=default]│\
|
|
||||||
#[align=centre]\
|
#[align=centre]\
|
||||||
#[fg=green] #{user} \
|
#[fg=green] #{user} \
|
||||||
#[fg=blue]@\
|
#[fg=blue]@\
|
||||||
#[fg=yellow] #{host} \
|
#[fg=yellow] #{host} \
|
||||||
#[align=right]\
|
|
||||||
#[fg=default]│\
|
#[fg=default]│\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
set-option -g status-format[4] '\
|
set-option -g status-format[4] '\
|
||||||
#[fg=default]│\
|
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||||
\
|
\
|
||||||
|
@ -153,7 +149,6 @@ set-option -g status-format[4] '\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=blue] #{window_width}×#{window_height} \
|
#[fg=blue] #{window_width}×#{window_height} \
|
||||||
#[fg=default]│\
|
|
||||||
'
|
'
|
||||||
|
|
||||||
# refresh period
|
# refresh period
|
||||||
|
|
Loading…
Reference in a new issue