Regenerated

This commit is contained in:
2026-04-02 22:06:23 +02:00
parent baaeba6851
commit a99d28d37a
2 changed files with 328 additions and 340 deletions
+14 -20
View File
@@ -2793,27 +2793,21 @@ window#waybar {
* Always filled gradient
* ========================================================= */
#custom-workspaceswindows button {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
color: @text;
border: 2px solid @inactive;
border-radius: 10px;
}
/* Fill the module fully with gradient */
#custom-workspaceswindows {
padding: 0px 4px;
min-width: 80px;
border-radius: 10px;
font-weight: bold;
color: @text;
text-align: center;
background: linear-gradient(45deg, @blue, @green);
}
#custom-workspaceswindows button.active {
padding: 0px 1px;
min-width: 80px;
color: @text;
border-radius: 10px;
font-weight: bold;
border: 1px solid transparent;
background:
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* Ensure the inner span doesnt block the gradient */
#custom-workspaceswindows span {
background: transparent !important;
}
/* =========================================================