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
+312 -312
View File
File diff suppressed because it is too large Load Diff
+4 -4
View File
@@ -2955,8 +2955,8 @@ window#waybar {
----------------------------- */ ----------------------------- */
/* Disable hover effects completely */ /* Disable hover effects completely */
#workspace, #workspaces button,
#workspace:hover { #workspaces button:hover {
background: linear-gradient(@base-alpha, @base-alpha) padding-box, background: linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
@@ -2974,13 +2974,13 @@ window#waybar {
} }
/* Active vs inactive workspace colors */ /* Active vs inactive workspace colors */
#workspace.active { #workspaces button.active {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, @blue, @green);
font-size: 14px; font-size: 14px;
color: @red; color: @red;
} }
#workspace:not(.active) { activeworkspaces:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha); background: linear-gradient(@base-alpha, @base-alpha);
color: @text-muted; /* inactive text color */ color: @text-muted; /* inactive text color */
} }
+4 -4
View File
@@ -81,8 +81,8 @@ window#waybar {
----------------------------- */ ----------------------------- */
/* Disable hover effects completely */ /* Disable hover effects completely */
#workspace, #workspaces button,
#workspace:hover { #workspaces button:hover {
background: linear-gradient(@base-alpha, @base-alpha) padding-box, background: linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box; linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
@@ -100,13 +100,13 @@ window#waybar {
} }
/* Active vs inactive workspace colors */ /* Active vs inactive workspace colors */
#workspace.active { #workspaces button.active {
background: linear-gradient(45deg, @blue, @green); background: linear-gradient(45deg, @blue, @green);
font-size: 14px; font-size: 14px;
color: @red; color: @red;
} }
#workspace:not(.active) { activeworkspaces:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha); background: linear-gradient(@base-alpha, @base-alpha);
color: @text-muted; /* inactive text color */ color: @text-muted; /* inactive text color */
} }