From adb35f3300601b88569478b4704aca69eccbd07a Mon Sep 17 00:00:00 2001 From: Sebastian Bugge Date: Sun, 21 Sep 2025 17:39:50 +0200 Subject: [PATCH] Fix tmux look. --- .tmux.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.tmux.conf b/.tmux.conf index 7f0f4f2..301c45d 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -62,13 +62,12 @@ setw -g mode-style 'bold' set -g status-bg color236 set -g status-position bottom set -g status-justify left -set -g status-style 'dim' +set -g status-style 'none' set -g status-left ' #S | ' -set -g status-right '#[bg=color237] %a %b %d #[fg=color7]%H:%M #[fg=color82,bold] #H ' +set -g status-right '#[bg=color237]#[fg=color246] %a %b %d #[fg=color250]%H:%M #[fg=color82,bold] #H ' set -g status-right-length 80 set -g status-left-length 20 - setw -g window-status-current-style 'bold' setw -g window-status-current-format '#[fg=color3]#I:#W#F ' setw -g window-status-format '#I:#W#F '