From afda89797a0a5427d739ba62c8dd43641329822e Mon Sep 17 00:00:00 2001 From: Ivar Fatland Date: Thu, 23 Jul 2026 00:17:03 +0200 Subject: [PATCH] remove the clock to the right --- tmux/.tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index dc519c0..147b555 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -46,7 +46,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 status-right "" set -g window-status-current-format " #[fg=${white},bold]#I.#W " set -g window-status-format " #I.#W " set -g message-style "fg=${gray_medium},bg=default"