almost
This commit is contained in:
parent
2e6542208d
commit
31fa93b117
1 changed files with 16 additions and 16 deletions
32
sh/tmux.sh
32
sh/tmux.sh
|
@ -103,71 +103,71 @@ set-option -g status-format[0] '\
|
||||||
#[bg=default] \
|
#[bg=default] \
|
||||||
}\
|
}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#[fg=yellow]%H:%M:%S\
|
#[fg=yellow]%H:%M:%S\
|
||||||
#[bg=##303030] #[bg=##202020]\
|
#[bg=##202020]\
|
||||||
#{?client_prefix,#[fg=green]p, }\
|
#{?client_prefix,#[fg=green]p, }\
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 2
|
# line 2
|
||||||
set-option -g status-format[1] '\
|
set-option -g status-format[1] '\
|
||||||
#{S:\
|
#{S:\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#{?session_many_attached,#[fg=red],\
|
#{?session_many_attached,#[fg=red],\
|
||||||
#{?session_attached,#[fg=magenta],#[fg=yellow]}}\
|
#{?session_attached,#[fg=magenta],#[fg=yellow]}}\
|
||||||
#{session_name}\
|
#{session_name}\
|
||||||
#[bg=##303030] #[bg=##202020] \
|
#[bg=##202020] \
|
||||||
#[bg=default] \
|
#[bg=default] \
|
||||||
}\
|
}\
|
||||||
#[fg=yellow]→ #[fg=green]#{session_name} \
|
#[fg=yellow]→ #[fg=green]#{session_name} \
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#[fg=yellow]%Y-%m-%d\
|
#[fg=yellow]%Y-%m-%d\
|
||||||
#[bg=##303030] #[bg=##202020] \
|
#[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 3
|
# line 3
|
||||||
set-option -g status-format[2] '\
|
set-option -g status-format[2] '\
|
||||||
#[fg=cyan]#{pane_current_path}\
|
#[fg=cyan]#{pane_current_path}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#[fg=yellow]#{host}\
|
#[fg=yellow]#{host}\
|
||||||
#[bg=##303030] #[bg=##202020] \
|
#[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 4
|
# line 4
|
||||||
set-option -g status-format[3] '\
|
set-option -g status-format[3] '\
|
||||||
#{P:\
|
#{P:\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#[fg=yellow]#{pane_index}\
|
#[fg=yellow]#{pane_index}\
|
||||||
\
|
\
|
||||||
#{?pane_active,#[fg=green],#[fg=blue]}\
|
#{?pane_active,#[fg=green],#[fg=blue]}\
|
||||||
#{pane_current_command}\
|
#{pane_current_command}\
|
||||||
#[bg=##303030] #[bg=##202020] \
|
#[bg=##202020] \
|
||||||
#[bg=default] \
|
#[bg=default] \
|
||||||
}\
|
}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#{?uid,#[fg=green],#[fg=red]}\
|
#{?uid,#[fg=green],#[fg=red]}\
|
||||||
#{user}\
|
#{user}\
|
||||||
#[bg=##303030] #[bg=##202020] \
|
#[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# line 5
|
# line 5
|
||||||
set-option -g status-format[4] '\
|
set-option -g status-format[4] '\
|
||||||
#{P:\
|
#{P:\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#[fg=yellow]#{pane_index}\
|
#[fg=yellow]#{pane_index}\
|
||||||
\
|
\
|
||||||
#{?pane_active,#[fg=green],#[fg=blue]}\
|
#{?pane_active,#[fg=green],#[fg=blue]}\
|
||||||
#{pane_width}×#{pane_height}\
|
#{pane_width}×#{pane_height}\
|
||||||
#[bg=##303030] #[bg=##202020] \
|
#[bg=##202020] \
|
||||||
#[bg=default] \
|
#[bg=default] \
|
||||||
}\
|
}\
|
||||||
#[align=right]\
|
#[align=right]\
|
||||||
#[bg=##202020] #[bg=##303030] \
|
#[bg=##202020] #[bg=##303030]\
|
||||||
#[fg=green]#{window_width}×#{window_height}\
|
#[fg=green]#{window_width}×#{window_height}\
|
||||||
#[bg=##303030] #[bg=##202020] \
|
#[bg=##202020] \
|
||||||
'
|
'
|
||||||
|
|
||||||
# refresh period
|
# refresh period
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue