From 43ca8373179f5568e84be86184ca41728f5cad61 Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Mon, 15 Jul 2024 18:45:14 -0500 Subject: [PATCH] Make idle inhibitor just white when active It's not necessarily a failure, after all --- sericea/.config/waybar/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sericea/.config/waybar/style.css b/sericea/.config/waybar/style.css index 27962e1e..24945b07 100644 --- a/sericea/.config/waybar/style.css +++ b/sericea/.config/waybar/style.css @@ -87,7 +87,7 @@ window#waybar { color: #504945; } #idle_inhibitor.activated { - color: #fb4934; + color: #ebdbb2; } #backlight {