Regenerated

This commit is contained in:
2026-04-02 21:36:21 +02:00
parent 566ce259d1
commit d37e8c84f2
2 changed files with 351 additions and 331 deletions
+320 -308
View File
File diff suppressed because it is too large Load Diff
+31 -23
View File
@@ -2792,31 +2792,39 @@ window#waybar {
* Custom Workspaces Content (Hyprscroll)
* Always filled gradient
* ========================================================= */
#custom-workspaces_content {
padding: 0px 1px;
min-width: 80px;
border-radius: 10px;
font-weight: bold;
color: @text;
border: 1px solid transparent;
background: linear-gradient(45deg, @blue, @green);
transition: background 0.3s;
}
/* Custom Workspaces Content - full gradient fill */
#custom-workspaces_content {
padding: 0px 1px;
min-width: 80px;
border-radius: 10px;
font-weight: bold;
color: @text;
border: 1px solid transparent;
#custom-workspaces_content: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;
}
/* Full gradient fill */
background: linear-gradient(45deg, @blue, @green);
background-clip: border-box;
-webkit-background-clip: border-box;
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;
border: 0;
background: transparent;
opacity: 0;
}
/* Ensure the box is fully filled */
box-sizing: border-box;
}
#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(45deg, @blue, @green) border-box;
}
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;
border: 0;
background: transparent;
opacity: 0;
}
/* =========================================================
* Notifications