From a347eb7b77d1e7673b02e4c39f373c31c78bdaab Mon Sep 17 00:00:00 2001 From: Marc Beninca Date: Mon, 20 Jan 2025 15:07:00 +0100 Subject: [PATCH] tmux/3 --- sh/tmux.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/tmux.sh b/sh/tmux.sh index 2b10aa7..9049e7f 100644 --- a/sh/tmux.sh +++ b/sh/tmux.sh @@ -76,7 +76,7 @@ set-option -g pane-border-style fg=blue # ╰────────┴────────╯ # status lines -set-option -g status 5 +set-option -g status 3 # background color set-option -g status-bg '#0C0C0C'