From c5658c1bad187f8ac51a2d049aa87bf20685f612 Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Wed, 18 Mar 2026 22:08:20 +0100 Subject: [PATCH] attempt at forcing transparency for tmux powerkit --- sources/tmux/.tmux.conf | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/sources/tmux/.tmux.conf b/sources/tmux/.tmux.conf index 5da678c..ea85e57 100644 --- a/sources/tmux/.tmux.conf +++ b/sources/tmux/.tmux.conf @@ -111,5 +111,16 @@ set -g @powerkit_status_justify "center" set -g @powerkit_theme "tokyo-night" set -g @powerkit_theme_variant "night" +# Force transparency by overriding status bar colors +set -g status-style "bg=default,fg=default" +set -g status-left-style "bg=default,fg=default" +set -g status-right-style "bg=default,fg=default" +set -g window-status-style "bg=default,fg=default" +set -g window-status-current-style "bg=default,fg=default" +set -g pane-border-style "fg=brightblack" +set -g pane-active-border-style "fg=blue" +set -g message-style "bg=default,fg=blue" +set -g message-command-style "bg=default,fg=blue" + # Run the Tmux plugin manager run '~/.tmux/plugins/tpm/tpm'