From 23b4e585520526cf001954872a372f1ccf16636f Mon Sep 17 00:00:00 2001 From: Blake Romero Date: Fri, 1 Nov 2024 12:13:35 +0000 Subject: Set time on tmux status bar to hour & minutes --- dot-config/tmux/tmux.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'dot-config/tmux') diff --git a/dot-config/tmux/tmux.conf b/dot-config/tmux/tmux.conf index cba76a3..23f4e89 100644 --- a/dot-config/tmux/tmux.conf +++ b/dot-config/tmux/tmux.conf @@ -9,9 +9,9 @@ set -g status-left " #S | " set -g window-status-format " #W " set -g window-status-current-format "<#W>" set -g status-left-length 30 -set -g status-right "#(acpi | cut -f 2-3 -d,) | #{user}@#H | %F | %T " +set -g status-right "#(acpi | cut -f 2-3 -d,) | #{user}@#H | %F | %R " set -g status-right-length 150 -set -g status-interval 1 +set -g status-interval 5 # Enable mouse set -g mouse on -- cgit