Regenerated

This commit is contained in:
2026-04-09 16:14:23 +02:00
parent e6546a1dbb
commit ea703307a0
3 changed files with 320 additions and 320 deletions
+4 -4
View File
@@ -81,8 +81,8 @@ window#waybar {
----------------------------- */
/* Disable hover effects completely */
#workspace,
#workspace:hover {
#workspaces button,
#workspaces button:hover {
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
@@ -100,13 +100,13 @@ window#waybar {
}
/* Active vs inactive workspace colors */
#workspace.active {
#workspaces button.active {
background: linear-gradient(45deg, @blue, @green);
font-size: 14px;
color: @red;
}
#workspace:not(.active) {
activeworkspaces:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha);
color: @text-muted; /* inactive text color */
}