feat: waybar alt highlight for workspaces on different monitor

This commit is contained in:
2026-01-16 08:57:47 +03:00
parent 9f6ea0e3d1
commit d7b63ad132

View File

@@ -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;
}
/* --------------------------------------------------------------------------