tmux/2
This commit is contained in:
parent
c244535921
commit
758be9009e
1 changed files with 5 additions and 1 deletions
|
@ -87,7 +87,8 @@ set-option -g status-fg gray
|
|||
# line 1
|
||||
set-option -g status-format[0] '\
|
||||
#[fg=default]╭╴\
|
||||
#[fg=cyan]#{pane_current_path} \
|
||||
#[fg=cyan]#{pane_current_path}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=default]#{pane_current_command}\
|
||||
#[fg=yellow]%H:%M:%S\
|
||||
|
@ -106,6 +107,7 @@ set-option -g status-format[1] '\
|
|||
#{window_name}\
|
||||
\
|
||||
}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=green]#{session_name}\
|
||||
#[fg=default]#(tmux list-sessions | wc --lines)\
|
||||
|
@ -123,6 +125,7 @@ set-option -g status-format[2] '\
|
|||
#{pane_current_command}\
|
||||
\
|
||||
}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=yellow]%Y-%m-%d\
|
||||
#[fg=default]│\
|
||||
|
@ -139,6 +142,7 @@ set-option -g status-format[3] '\
|
|||
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||
\
|
||||
}\
|
||||
\
|
||||
#[align=right]\
|
||||
#[fg=blue]#{window_width}×#{window_height}\
|
||||
#[fg=default]│\
|
||||
|
|
Loading…
Reference in a new issue