tmux/cut
This commit is contained in:
parent
848500fd1b
commit
ffb8616718
2 changed files with 1 additions and 5 deletions
|
@ -86,7 +86,6 @@ set-option -g status-fg white
|
||||||
|
|
||||||
# line 1
|
# line 1
|
||||||
set-option -g status-format[0] '\
|
set-option -g status-format[0] '\
|
||||||
#[fg=default]╭\
|
|
||||||
#[fg=cyan]#{pane_current_path}\
|
#[fg=cyan]#{pane_current_path}\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
|
@ -95,7 +94,6 @@ set-option -g status-format[0] '\
|
||||||
|
|
||||||
# line 2
|
# line 2
|
||||||
set-option -g status-format[1] '\
|
set-option -g status-format[1] '\
|
||||||
#[fg=default]│\
|
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||||
\
|
\
|
||||||
|
@ -111,7 +109,6 @@ set-option -g status-format[1] '\
|
||||||
|
|
||||||
# line 3
|
# line 3
|
||||||
set-option -g status-format[2] '\
|
set-option -g status-format[2] '\
|
||||||
#[fg=default]│\
|
|
||||||
#{W:\
|
#{W:\
|
||||||
#{?window_active,#[fg=green],\
|
#{?window_active,#[fg=green],\
|
||||||
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
#{?window_activity_flag,#[fg=red],#[fg=default]}}\
|
||||||
|
@ -133,7 +130,6 @@ set-option -g status-format[3] '\
|
||||||
#[fg=green] #{user} \
|
#[fg=green] #{user} \
|
||||||
#[fg=blue]@\
|
#[fg=blue]@\
|
||||||
#[fg=yellow] #{host} \
|
#[fg=yellow] #{host} \
|
||||||
#[fg=default]│\
|
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
|
|
Loading…
Reference in a new issue