From 287ead553863a87c1c693e94a5680e4c08105b84 Mon Sep 17 00:00:00 2001 From: Eric Renfro Date: Mon, 7 Nov 2022 13:05:34 -0500 Subject: [PATCH] Added transparency to background instead of black to allow terminal to set background --- .tmux/tmux.conf | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux/tmux.conf b/.tmux/tmux.conf index 63e28f0..9c50b63 100644 --- a/.tmux/tmux.conf +++ b/.tmux/tmux.conf @@ -145,7 +145,7 @@ set -g status-left-length 1000 set -g status-right-length 1000 set -g status-left "#[fg=#000000,bg=#ffff00,bold] ❐ #S #[fg=#ffff00,bg=default,none] " -set -g status-right '#[fg=#000000]#{prefix}#{synchronized}#{sharedsession}#[fg=#8a8a8a,bg=#000000]#[fg=#e4e4e4] #{cpu_icon} #[fg=#8a8a8a]#[fg=#e4e4e4] %R #[fg=#8a8a8a]#[fg=#e4e4e4] %d %b #[fg=#d70000]#[fg=#ffffff,bg=#d70000] #{username} #[fg=#e4e4e4,bg=#d70000,bold]#[fg=#000000,bg=#e4e4e4] #{hostname} ' +set -g status-right '#[fg=#000000]#{prefix}#{synchronized}#{sharedsession}#[fg=#8a8a8a,bg=#000000]#[fg=#e4e4e4] #{cpu_icon} #[fg=#8a8a8a]#[fg=#e4e4e4] %R #[fg=#8a8a8a]#[fg=#e4e4e4] %d %b #[fg=#d70000]#[fg=#ffffff,bg=#d70000] #{username} #[fg=#e4e4e4,bg=#d70000,bold]#[fg=#000000,bg=#e4e4e4] #{hostname} #[bg=default]' set -g status-style "fg=#8a8a8a,bg=#080808" set -g status-left-style "fg=#8a8a8a,bg=#080808" @@ -163,7 +163,8 @@ setw -g pane-border-status off setw -g pane-border-style "fg=#444444" setw -g window-style default -setw -g window-active-style "bg=#000000" +setw -g window-active-style "bg=default" +#setw -g window-active-style "bg=#000000" setw -g window-status-format "#I #W" setw -g window-status-style "fg=#8a8a8a,bg=#080808" setw -g window-status-last-style "fg=#00afff,bg=#080808,bright"