tmux/split
This commit is contained in:
parent
67803f31b8
commit
bc8e3b1974
1 changed files with 9 additions and 12 deletions
21
sh/tmux.sh
21
sh/tmux.sh
|
@ -90,9 +90,7 @@ set-option -g status-format[0] '\
|
||||||
#[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=default]╶╮\
|
#[fg=default]╶╮\
|
||||||
'
|
'
|
||||||
|
|
||||||
|
@ -109,8 +107,8 @@ set-option -g status-format[1] '\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=yellow]%Y-%m-%d\
|
#[fg=yellow] %Y-%m-%d %H:%M:%S \
|
||||||
#[fg=default]│\
|
#[fg=default]│\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 3
|
# line 3
|
||||||
|
@ -127,10 +125,9 @@ 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]│\
|
||||||
#[fg=default]│\
|
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 4
|
# line 4
|
||||||
|
@ -143,7 +140,7 @@ set-option -g status-format[3] '\
|
||||||
#[fg=yellow]#{host}\
|
#[fg=yellow]#{host}\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=default]│\
|
#[fg=default]│\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
|
@ -159,8 +156,8 @@ set-option -g status-format[4] '\
|
||||||
}\
|
}\
|
||||||
\
|
\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[fg=blue]#{window_width}×#{window_height}\
|
#[fg=blue] #{window_width}×#{window_height} \
|
||||||
#[fg=default]│\
|
#[fg=default]│\
|
||||||
'
|
'
|
||||||
|
|
||||||
# refresh period
|
# refresh period
|
||||||
|
|
Loading…
Reference in a new issue