From 3a692719f2d9ebe4386000ea92366784d7ae8a2a Mon Sep 17 00:00:00 2001 From: chem Date: Thu, 28 Aug 2025 14:15:29 -0600 Subject: [PATCH] waybar: fix weird jump when changing workspace --- home/modules/gui/waybar.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home/modules/gui/waybar.nix b/home/modules/gui/waybar.nix index 9aa66a1..ef36115 100644 --- a/home/modules/gui/waybar.nix +++ b/home/modules/gui/waybar.nix @@ -118,11 +118,11 @@ in { #workspaces button.focused { background: rgba(255, 255, 255, 0.10); color: #ffffff; - border-bottom: 2px solid #ffffff; + box-shadow: inset 0 -2px #ffffff; } #workspaces button.urgent { background: rgba(255, 80, 80, 0.25); - border-bottom: 2px solid #ff5050; + box-shadow: inset 0 -2px #ff5050; } /* Focused window title: single line, no glow */