From 26b834e58a03e0a7e8a1ef9ec67716093682871d Mon Sep 17 00:00:00 2001 From: KoenDR06 Date: Wed, 17 Sep 2025 19:14:45 +0200 Subject: [PATCH] idle inhibitor stays red when activated --- modules/wm/hyprland/config/waybar/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/wm/hyprland/config/waybar/style.css b/modules/wm/hyprland/config/waybar/style.css index be4466e..60a9c75 100644 --- a/modules/wm/hyprland/config/waybar/style.css +++ b/modules/wm/hyprland/config/waybar/style.css @@ -70,6 +70,9 @@ #power { padding-left: 10px; } +#idle_inhibitor.activated { + color: @red; +} #power * { color: @lavender; transition: 0.2s color ease;