tmux/×
This commit is contained in:
parent
e24c782e83
commit
6c17ad8001
1 changed files with 5 additions and 5 deletions
10
sh/tmux.sh
10
sh/tmux.sh
|
@ -48,11 +48,11 @@ set-option -g set-titles on
|
||||||
# set title to working directory
|
# set title to working directory
|
||||||
set-option -g set-titles-string '\
|
set-option -g set-titles-string '\
|
||||||
#{session_name}\
|
#{session_name}\
|
||||||
- \
|
- \
|
||||||
#{window_index}∕#{session_windows} #{window_name}\
|
#{window_index}∕#{session_windows} #{window_name}\
|
||||||
- \
|
- \
|
||||||
#{pane_index}∕#{window_panes} #{pane_current_command}\
|
#{pane_index}∕#{window_panes} #{pane_current_command}\
|
||||||
- \
|
- \
|
||||||
#{pane_width}×#{pane_height}\
|
#{pane_width}×#{pane_height}\
|
||||||
'
|
'
|
||||||
|
|
||||||
|
@ -107,10 +107,10 @@ set-option -g status-format[1] '\
|
||||||
#{P:\
|
#{P:\
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||||
#{pane_index}\
|
#{pane_index}\
|
||||||
|
\
|
||||||
|
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||||
\
|
\
|
||||||
}\
|
}\
|
||||||
#[align=centre]\
|
|
||||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
|
||||||
#[align=right] \
|
#[align=right] \
|
||||||
#[fg=yellow]%H:%M:%S\
|
#[fg=yellow]%H:%M:%S\
|
||||||
'
|
'
|
||||||
|
|
Loading…
Add table
Reference in a new issue