From b7a048a58bacf8a2dee4146e4ea150ee83f788e2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Sat, 14 Feb 2026 16:57:26 -0500 Subject: [PATCH] fix(waybar): disable active workspace hover transition --- home/modules/ui.nix | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/home/modules/ui.nix b/home/modules/ui.nix index fb5e5a9..9aed084 100644 --- a/home/modules/ui.nix +++ b/home/modules/ui.nix @@ -134,7 +134,7 @@ in ]; }; signal = 1; - tooltip-format = "{desc}"; + tooltip = false; on-click = "pamixer -t"; on-scroll-up = "pamixer -i 5"; on-scroll-down = "pamixer -d 5"; @@ -146,8 +146,7 @@ in format-disconnected = "󰖪 off"; format-disabled = "󰖪 off"; interval = 10; - tooltip-format-wifi = "{signalStrength}% · {ipaddr}"; - tooltip-format-ethernet = "{ipaddr}/{cidr}"; + tooltip = false; }; battery = { @@ -169,8 +168,7 @@ in on-charging-100 = "notify-send -u low 'battery 100%'"; }; interval = 30; - tooltip = true; - tooltip-format = "{timeTo}"; + tooltip = false; }; clock = { @@ -204,10 +202,12 @@ in min-width: 24px; background: transparent; box-shadow: none; + transition: none; } #workspaces button:hover { box-shadow: none; + transition: none; } #language,