From 21ed23a8dfb121ebdf4afb8277658e3176273312 Mon Sep 17 00:00:00 2001 From: xenia Date: Tue, 4 Jun 2024 16:31:29 +0200 Subject: [PATCH] Transparent status bar in tmux --- home/common.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/common.nix b/home/common.nix index 6d93205b..bfd3033e 100644 --- a/home/common.nix +++ b/home/common.nix @@ -141,8 +141,8 @@ in rec { # Status bar options set-option -g status on - set-option -g status-bg colour235 - set-option -g status-fg "#FFC757" + set-option -g status-style bg=default + set-option -g status-style fg="#FFC757" set-option -g status-interval 2 set-option -g status-justify "centre"