Regenerated
This commit is contained in:
+317
-305
File diff suppressed because it is too large
Load Diff
+9
-1
@@ -2792,6 +2792,7 @@ window#waybar {
|
|||||||
* Custom Workspaces Content (Hyprscroll)
|
* Custom Workspaces Content (Hyprscroll)
|
||||||
* Always filled gradient
|
* Always filled gradient
|
||||||
* ========================================================= */
|
* ========================================================= */
|
||||||
|
/* Custom Workspaces Content - full gradient fill */
|
||||||
#custom-workspaces_content {
|
#custom-workspaces_content {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 80px;
|
||||||
@@ -2799,11 +2800,18 @@ window#waybar {
|
|||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
color: @text;
|
color: @text;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
|
|
||||||
|
/* Full gradient fill */
|
||||||
background: linear-gradient(45deg, @blue, @green);
|
background: linear-gradient(45deg, @blue, @green);
|
||||||
transition: background 0.3s;
|
background-clip: border-box;
|
||||||
|
-webkit-background-clip: border-box;
|
||||||
|
|
||||||
|
/* Ensure the box is fully filled */
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-workspaces_content:hover {
|
#custom-workspaces_content:hover {
|
||||||
|
/* subtle overlay on hover */
|
||||||
background:
|
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;
|
linear-gradient(45deg, @blue, @green) border-box;
|
||||||
|
|||||||
Reference in New Issue
Block a user