From d7b63ad132d8d924292ec5c0beb420b7d55b5c92 Mon Sep 17 00:00:00 2001 From: Nikolai Papin Date: Fri, 16 Jan 2026 08:57:47 +0300 Subject: [PATCH] feat: waybar alt highlight for workspaces on different monitor --- waybar/style/style_top.css | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/waybar/style/style_top.css b/waybar/style/style_top.css index 935921b..bc5ae4f 100644 --- a/waybar/style/style_top.css +++ b/waybar/style/style_top.css @@ -93,11 +93,22 @@ window#waybar.chromium { transition: color 0.5s, box-shadow 0.5s, background 0.5s; } -#workspaces button:hover, #workspaces button.active.hosting-monitor:hover { - color: @foreground; +#workspaces button:hover { + color: @text-primary; background: none; box-shadow: none; - text-shadow: none; + text-shadow: 0px -2px 3px @text-primary; +} + +#workspaces button:not(.hosting-monitor):not(.empty) { + color: alpha(@accent, 0.1); +} + +#workspaces button.active.hosting-monitor:hover { + color: @text-primary; + background: none; + box-shadow: none; + text-shadow: 0px 0px 8px @text-primary; } /* --------------------------------------------------------------------------