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},}\
|
||||
}\
|
||||
#[align=right] \
|
||||
#[fg=yellow]%Y-%m-%d\
|
||||
'
|
||||
set-option -g status-format[1] '\
|
||||
#[fg=blue]#{pane_width}×#{pane_height}\
|
||||
#{P: \
|
||||
#{?pane_active,#[fg=green],#[fg=default]}\
|
||||
#{pane_index}\
|
||||
}\
|
||||
'
|
||||
set-option -g status-format[1] '\
|
||||
#[align=right] \
|
||||
#[fg=yellow]%Y-%m-%d %H:%M:%S\
|
||||
#[fg=yellow]%H:%M:%S\
|
||||
'
|
||||
set-option -g status-format[2] '\
|
||||
#[fg=cyan]#{pane_current_path}\
|
||||
|
|
Loading…
Reference in a new issue