tmux/date
This commit is contained in:
parent
ba74eaf333
commit
73e94d28ac
1 changed files with 4 additions and 3 deletions
|
@ -55,15 +55,16 @@ set-option -g status-format[0] '\
|
||||||
#{?window_flags, #{window_flags},}\
|
#{?window_flags, #{window_flags},}\
|
||||||
}\
|
}\
|
||||||
#[align=right] \
|
#[align=right] \
|
||||||
|
#[fg=yellow]%Y-%m-%d\
|
||||||
|
'
|
||||||
|
set-option -g status-format[1] '\
|
||||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||||
#{P: \
|
#{P: \
|
||||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||||
#{pane_index}\
|
#{pane_index}\
|
||||||
}\
|
}\
|
||||||
'
|
|
||||||
set-option -g status-format[1] '\
|
|
||||||
#[align=right] \
|
#[align=right] \
|
||||||
#[fg=yellow]%Y-%m-%d %H:%M:%S\
|
#[fg=yellow]%H:%M:%S\
|
||||||
'
|
'
|
||||||
set-option -g status-format[2] '\
|
set-option -g status-format[2] '\
|
||||||
#[fg=cyan]#{pane_current_path}\
|
#[fg=cyan]#{pane_current_path}\
|
||||||
|
|
Loading…
Reference in a new issue