From 7da8930100c08c29ee7a9b1e81541069a63b624a Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Wed, 10 Sep 2025 09:00:47 +0300 Subject: [PATCH] tmux: simplify time format by %R --- conf/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/tmux.conf b/conf/tmux.conf index f41cb456..167f9fec 100644 --- a/conf/tmux.conf +++ b/conf/tmux.conf @@ -11,7 +11,7 @@ set -g status-fg white #set-window-option -g window-status-current-bg red # Shows current time on statusbar. ( Made better suitable for me from nyuszika7h's .tmux.conf http://nyuszika7h.dyndns.org/~nyuszika7h/.tmux.conf ) -set -g status-right '#[fg=yellow,bold]#h ⚧︎ %G-W%V-%u %H:%M %Z#[fg=black,bold]#[fg=black,bold]' +set -g status-right '#[fg=yellow,bold]#h ⚧︎ %G-W%V-%u %R %Z#[fg=black,bold]#[fg=black,bold]' # Sets automatic renaming of windows. (copied from comment by André Laszlo http://goo.gl/2V0Lz ) setw -g automatic-rename on