Regenerated

This commit is contained in:
2026-04-02 22:00:54 +02:00
parent 9b8d3370e4
commit f70f8fa47b
2 changed files with 319 additions and 351 deletions
+311 -330
View File
File diff suppressed because it is too large Load Diff
+8 -21
View File
@@ -2793,30 +2793,17 @@ window#waybar {
* Always filled gradient
* ========================================================= */
#custom-workspaceswindows {
display: inline-block;
padding: 0px 4px; /* some horizontal padding */
min-width: 80px;
border-radius: 10px;
font-weight: bold;
color: @text;
border: 2px solid red;
#custom-workspaceswindows button {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
color: @text;
border: 2px solid @inactive;
border-radius: 10px;
}
/* Gradient fill */
background: linear-gradient(45deg, @blue, @green);
box-sizing: border-box;
/* Ensure text is centered */
text-align: center;
}
/* Hover effect: subtle overlay */
#custom-workspaceswindows:hover {
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid red;
}
/* =========================================================