From 34a81b72d264acc99972e4a8e77be33e713486c8 Mon Sep 17 00:00:00 2001 From: Jon Santmyer Date: Tue, 25 Nov 2025 07:16:48 -0500 Subject: use overlays instead of custom defined packages when possible --- config/waybar/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config') diff --git a/config/waybar/style.css b/config/waybar/style.css index a6a79ab..7b493d6 100644 --- a/config/waybar/style.css +++ b/config/waybar/style.css @@ -205,7 +205,7 @@ label:focus { } #tray { - background-color: #2980b9; + background-color: #4b4b5b; } #tray > .passive { @@ -214,7 +214,7 @@ label:focus { #tray > .needs-attention { -gtk-icon-effect: highlight; - background-color: #eb4d4b; + background-color: #4b4b5b; } #idle_inhibitor { -- cgit v1.2.1