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}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=yellow]╭──%H:%M:%S\
|
||||
#[fg=yellow]%H:%M:%S\
|
||||
'
|
||||
|
||||
# line 2
|
||||
|
@ -106,7 +106,7 @@ set-option -g status-format[1] '\
|
|||
}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=yellow]╰%Y-%m-%d\
|
||||
#[fg=yellow]%Y-%m-%d\
|
||||
'
|
||||
|
||||
# line 3
|
||||
|
@ -125,23 +125,19 @@ set-option -g status-format[2] '\
|
|||
#[align=right]\
|
||||
#[fg=green] #{session_name} \
|
||||
#[fg=default] #(tmux list-sessions | wc --lines) \
|
||||
#[fg=default]│\
|
||||
'
|
||||
|
||||
# line 4
|
||||
set-option -g status-format[3] '\
|
||||
#[fg=default]│\
|
||||
#[align=centre]\
|
||||
#[fg=green] #{user} \
|
||||
#[fg=blue]@\
|
||||
#[fg=yellow] #{host} \
|
||||
#[align=right]\
|
||||
#[fg=default]│\
|
||||
'
|
||||
|
||||
# line 5
|
||||
set-option -g status-format[4] '\
|
||||
#[fg=default]│\
|
||||
#{P:\
|
||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||
\
|
||||
|
@ -153,7 +149,6 @@ set-option -g status-format[4] '\
|
|||
\
|
||||
#[align=right]\
|
||||
#[fg=blue] #{window_width}×#{window_height} \
|
||||
#[fg=default]│\
|
||||
'
|
||||
|
||||
# refresh period
|
||||
|
|
Loading…
Reference in a new issue