remove AM/PM from tmux status bar

This commit is contained in:
Timofey Gelazoniya 2022-09-07 00:58:04 +03:00
parent 4e87c8c2b4
commit 9d26325baf
Signed by: zeldon
GPG Key ID: 047886915281DD2A
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ set-option -g status-right-length 140
set-option -g status-right-style default
set-option -g status-right "#[fg=green,bg=default,bright]#(tmux-mem-cpu-load --interval 3 --graph-lines 5) "
set-option -ag status-right "#[fg=red,dim,bg=default]#(uptime | cut -f 4-5 -d ' ' | cut -f 1 -d ',') "
set-option -ag status-right "#[fg=white,bg=default]%a %H:%M:%S %p#[default] #[fg=blue]%Y-%m-%d"
set-option -ag status-right "#[fg=white,bg=default]%a %H:%M:%S #[fg=blue]%Y-%m-%d"
set-window-option -g window-status-style fg=colour244
set-window-option -g window-status-style bg=default
set-window-option -g window-status-current-style fg=colour166