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;