aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBlake Romero <blake@blkrom.com>2024-11-01 12:13:35 +0000
committerBlake Romero <blake@blkrom.com>2024-11-01 12:13:35 +0000
commit23b4e585520526cf001954872a372f1ccf16636f (patch)
treee3b4f45aca56e8742858942128431b72511fb51d
parent4df2d1e28ff3070e59771de4990040432d416d7f (diff)
Set time on tmux status bar to hour & minutes
-rw-r--r--dot-config/tmux/tmux.conf4
1 files changed, 2 insertions, 2 deletions
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