From 3092cafb2082453b3f8d4b01de5af0edafcbc068 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Mon, 24 Jun 2024 22:36:13 +0100 Subject: [PATCH] tmux: make the status bar transparent --- lib/shared/modules/tmux.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/shared/modules/tmux.nix b/lib/shared/modules/tmux.nix index 0b4ad88..e6aaa41 100644 --- a/lib/shared/modules/tmux.nix +++ b/lib/shared/modules/tmux.nix @@ -41,7 +41,7 @@ in set-option -g status-left " " set-option -g status-right " #{session_name} " set-option -g status-right-length 100 - set-option -g status-style "fg=#7C7D83 bg=#000000" + set-option -g status-style "fg=#7C7D83 bg=default" set-option -g window-status-activity-style none set-option -g window-status-current-format "#{window_index}:#{pane_current_command}#{window_flags} " set-option -g window-status-current-style "fg=#E9E9EA"