Regenerated

This commit is contained in:
2026-04-09 16:20:02 +02:00
parent ea703307a0
commit 61783cd96f
3 changed files with 317 additions and 320 deletions
+311 -312
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -2957,8 +2957,6 @@ window#waybar {
/* Disable hover effects completely */ /* Disable hover effects completely */
#workspaces button, #workspaces button,
#workspaces button:hover { #workspaces button:hover {
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
padding: 0 6px; padding: 0 6px;
margin: 0; margin: 0;
@@ -2970,18 +2968,19 @@ window#waybar {
#custom-windows label { #custom-windows label {
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
color: @red; color: @teal;
} }
/* Active vs inactive workspace colors */ /* Active vs inactive workspace colors */
#workspaces button.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: @teal;
} }
activeworkspaces:not(.active) { activeworkspaces:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha); background: linear-gradient(@base-alpha, @base-alpha);
border: 2px solid transparent;
color: @text-muted; /* inactive text color */ color: @text-muted; /* inactive text color */
} }
+3 -4
View File
@@ -83,8 +83,6 @@ window#waybar {
/* Disable hover effects completely */ /* Disable hover effects completely */
#workspaces button, #workspaces button,
#workspaces button:hover { #workspaces button:hover {
background: linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent; border: 2px solid transparent;
padding: 0 6px; padding: 0 6px;
margin: 0; margin: 0;
@@ -96,18 +94,19 @@ window#waybar {
#custom-windows label { #custom-windows label {
font-size: 14px; font-size: 14px;
font-weight: bold; font-weight: bold;
color: @red; color: @teal;
} }
/* Active vs inactive workspace colors */ /* Active vs inactive workspace colors */
#workspaces button.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: @teal;
} }
activeworkspaces:not(.active) { activeworkspaces:not(.active) {
background: linear-gradient(@base-alpha, @base-alpha); background: linear-gradient(@base-alpha, @base-alpha);
border: 2px solid transparent;
color: @text-muted; /* inactive text color */ color: @text-muted; /* inactive text color */
} }