From a7212c892aa2b5a348402513a2e8347a63338858 Mon Sep 17 00:00:00 2001 From: xzeldon Date: Sun, 4 Sep 2022 21:40:06 +0300 Subject: [PATCH] 24-hour clocks status bar & tune --- .tmux.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 4d58d48..26b95ce 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -41,12 +41,12 @@ set-option -g status-position bottom set-option -g status-style fg=colour136,bg=colour235 set-option -g status-left-length 20 set-option -g status-left-style default -set-option -g status-left "#[fg=green]#H #[fg=black]• #[fg=green,bright]#(uname -r)#[default]" +set-option -g status-left "#[fg=green]#H #[fg=green,bright]#(uname -r)#[default]" 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) " +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%l:%M:%S %p#[default] #[fg=blue]%Y-%m-%d" +set-option -ag status-right "#[fg=white,bg=default]%a %H:%M:%S %p#[default] #[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