waybar: fix weird jump when changing workspace

This commit is contained in:
chem 2025-08-28 14:15:29 -06:00
parent 4bc3853bcb
commit 3a692719f2

View file

@ -118,11 +118,11 @@ in {
#workspaces button.focused { #workspaces button.focused {
background: rgba(255, 255, 255, 0.10); background: rgba(255, 255, 255, 0.10);
color: #ffffff; color: #ffffff;
border-bottom: 2px solid #ffffff; box-shadow: inset 0 -2px #ffffff;
} }
#workspaces button.urgent { #workspaces button.urgent {
background: rgba(255, 80, 80, 0.25); 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 */ /* Focused window title: single line, no glow */