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