From 87aa31ca41c6c7ccc8c59eb5d04e305a162d6870 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Mon, 26 Jan 2026 11:55:18 -0600 Subject: feat(waybar): add idle_inhibitor module for caffeine replacement Click to toggle idle inhibition (prevents screen lock/sleep). Added spacing before tray for cleaner appearance. --- dotfiles/hyprland/.config/waybar/style.css | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dotfiles/hyprland/.config/waybar/style.css') diff --git a/dotfiles/hyprland/.config/waybar/style.css b/dotfiles/hyprland/.config/waybar/style.css index e83f851..03b11b6 100644 --- a/dotfiles/hyprland/.config/waybar/style.css +++ b/dotfiles/hyprland/.config/waybar/style.css @@ -53,6 +53,7 @@ window#waybar { #custom-netspeed, #battery, #wireplumber, +#idle_inhibitor, #tray, #clock, #custom-layout, @@ -64,6 +65,10 @@ window#waybar { border-radius: 1rem; } +#idle_inhibitor { + margin-right: 0.8rem; +} + #sysmonitor { margin: 0.3rem; background-color: transparent; -- cgit v1.2.3