From f598491ab3af24bc7d34ea67d9a9b55f5cc666bb Mon Sep 17 00:00:00 2001 From: Fabian Montero Date: Thu, 28 Aug 2025 15:05:34 -0600 Subject: [PATCH] waybar: fix jumping when switching workspace --- home/modules/gui/waybar.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home/modules/gui/waybar.nix b/home/modules/gui/waybar.nix index 0b1d2c6..3e4db09 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 */ @@ -138,7 +138,7 @@ in { margin: 0; background: rgba(255, 255, 255, 0.10); color: #ffffff; - border-bottom: 2px solid #ffffff; + box-shadow: inset 0 -2px #ffffff; } /* Status modules — keep them flat and compact */