From 89ea082fe660575a878a6388f44d48d5e87a9466 Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 9 Oct 2025 20:40:38 +0200 Subject: [PATCH] change right status to be less distracting --- tmux/.tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 968be8c..d246dda 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -34,6 +34,7 @@ set -g status-position top set -g status-left-length 100 set -g status-style "fg=${gray_light},bg=default" set -g status-left "#[fg=${green_soft},bold] #S #[fg=${gray_light},nobold]| " +set -g status-right "#[fg=${gray_dark}]%H:%M" set -g window-status-current-format "#[fg=${cyan_soft}]#[fg=${black},bg=${cyan_soft},bold]#I:#W#[fg=${cyan_soft},bg=default]" set -g window-status-format " #I:#W " set -g message-style "fg=${gray_light},bg=default"