From f6b0272bcc1947e4870ab243f44553a63ff8af2a Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Sat, 13 Apr 2024 21:57:10 +0200 Subject: [PATCH] Only highlight on bell --- tmux/gruvbox.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tmux/gruvbox.conf b/tmux/gruvbox.conf index d10d3e5..b4af2cd 100644 --- a/tmux/gruvbox.conf +++ b/tmux/gruvbox.conf @@ -59,7 +59,7 @@ set-window-option -g window-status-current-format "\ #[fg=$current_color]#[bg=$background]" set-window-option -g window-status-format "\ - #{?#{||:#{window_bell_flag},#{window_activity_flag}},#[bg=$alert_color],#[bg=$secondary]}#{?window_start_flag,#[fg=$header],#[fg=$background]}\ - #{?#{||:#{window_bell_flag},#{window_activity_flag}},#[fg=$secondary]#[bg=$alert_color],#[fg=$light4]}\ + #{?window_bell_flag,#[bg=$alert_color],#[bg=$secondary]}#{?window_start_flag,#[fg=$header],#[fg=$background]}\ + #{?window_bell_flag,#[fg=$secondary]#[bg=$alert_color],#[fg=$light4]}\ #I  #W \ - #[bg=$background]#{?#{||:#{window_bell_flag},#{window_activity_flag}},#[fg=$alert_color],#[fg=$secondary]}" + #[bg=$background]#{?#{window_bell_flag},#[fg=$alert_color],#[fg=$secondary]}"