dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2021-04-27 19:56:33 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2021-04-27 19:56:33 +0100 +0100
Commit: ce7aa0a7ad86aaea2ae61d6fcac17f1832ebcf03
Parent: c91478184e606232675b977a8334cbc3feeb07a1


fix(tmux): set background colour (tmux >= 3.3)

> status-fg and status-bg are now applied before status-style rather
> than instead of; this means that if either is set to default the
> status-style colour will be used. To fix, replace status-bg default with
> status-style bg=default
diff --git a/.tmux.conf b/.tmux.conf
index ed6a8a72d26ff39e3fd0265a2de5fce33e841917..8b9affbaba0c8e92c85909771b18701f8a9d2dc7 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -6,7 +6,7 @@
 # Appearance
 
 ## Status Bar
-set -g status-bg default
+set -g status-style bg=default
 set -g status-fg white
 set -g status-justify centre