commit 6fe50888935754a6cd08e415c60f2bf86e804c9c
parent 0789cdb3872fd709c7a3b4c5d7bdb25a64fcf2a1
Author: pyratebeard <root@pyratebeard.net>
Date: Sun, 2 May 2021 17:13:20 +0100
'status-bg' change to 'status-style'
since v3.2 to set the status bar to the same colour as the terminal we now need to use 'status-style bg=terminal'
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf
@@ -96,7 +96,7 @@ setw -g aggressive-resize on
# status bar
set -g status-justify right
-set -g status-bg default
+set -g status-style bg=terminal
set -g status-fg colour7
set -g status-interval 5
set -g status-right-length 100