feat: waybar alt highlight for workspaces on different monitor
This commit is contained in:
@@ -93,11 +93,22 @@ window#waybar.chromium {
|
|||||||
transition: color 0.5s, box-shadow 0.5s, background 0.5s;
|
transition: color 0.5s, box-shadow 0.5s, background 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
#workspaces button:hover, #workspaces button.active.hosting-monitor:hover {
|
#workspaces button:hover {
|
||||||
color: @foreground;
|
color: @text-primary;
|
||||||
background: none;
|
background: none;
|
||||||
box-shadow: 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;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* --------------------------------------------------------------------------
|
/* --------------------------------------------------------------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user