Regenerated

This commit is contained in:
2026-04-02 21:42:04 +02:00
parent 423ea4d6a1
commit 806ff1f21b
2 changed files with 328 additions and 326 deletions
+316 -315
View File
File diff suppressed because it is too large Load Diff
+12 -11
View File
@@ -2789,34 +2789,35 @@ window#waybar {
}
/* =========================================================
* Custom Workspaces Content (Hyprscroll)
* Custom Workspaces Content
* Always filled gradient
* ========================================================= */
/* Custom Workspaces Content - full gradient fill */
#custom-workspaces_content {
padding: 0px 1px;
display: inline-block;
padding: 0px 4px; /* some horizontal padding */
min-width: 80px;
border-radius: 10px;
font-weight: bold;
color: @text;
border: 1px solid transparent;
border: none;
/* Full gradient fill */
/* Gradient fill */
background: linear-gradient(45deg, @blue, @green);
background-clip: border-box;
-webkit-background-clip: border-box;
/* Ensure the box is fully filled */
box-sizing: border-box;
/* Ensure text is centered */
text-align: center;
}
/* Hover effect: subtle overlay */
#custom-workspaces_content:hover {
/* subtle overlay on hover */
background:
linear-gradient(rgba(255,255,255,0.1), rgba(255,255,255,0.1)) padding-box,
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
}
/* Optional hidden state */
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;