Regenerated
This commit is contained in:
+318
-318
File diff suppressed because it is too large
Load Diff
+14
-14
@@ -2857,7 +2857,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Custom Hyprland Workspaces as Label (visible!) */
|
||||
#custom-hypr-workspaces {
|
||||
#custom-hypr-workspaces.module {
|
||||
padding: 0 6px;
|
||||
min-width: 80px;
|
||||
text-align: center;
|
||||
@@ -2869,14 +2869,14 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Hover: approximate workspace hover */
|
||||
#custom-hypr-workspaces:hover {
|
||||
#custom-hypr-workspaces.module:hover {
|
||||
background-color: @surface1;
|
||||
border-color: @text;
|
||||
color: @text;
|
||||
}
|
||||
|
||||
/* Active: simplified workspace active */
|
||||
#custom-hypr-workspaces.active {
|
||||
#custom-hypr-workspaces.module.active {
|
||||
font-weight: bold;
|
||||
border: 2px solid @blue;
|
||||
background-color: @blue;
|
||||
@@ -2884,7 +2884,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Overflow: show a subtle highlight */
|
||||
#custom-hypr-workspaces.overflow {
|
||||
#custom-hypr-workspaces.module.overflow {
|
||||
font-weight: bold;
|
||||
border: 2px dashed @green;
|
||||
background-color: rgba(0, 255, 153, 0.15);
|
||||
@@ -2892,7 +2892,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Error: clear, visible */
|
||||
#custom-hypr-workspaces.error {
|
||||
#custom-hypr-workspaces.module.error {
|
||||
font-weight: bold;
|
||||
border: 2px solid @red;
|
||||
background-color: rgba(255, 0, 0, 0.15);
|
||||
@@ -2900,7 +2900,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Hidden state */
|
||||
#custom-hypr-workspaces.hidden {
|
||||
#custom-hypr-workspaces.module.hidden {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
@@ -3472,7 +3472,7 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-hypr-workspaces.overflow {
|
||||
#custom-hypr-workspaces.module.overflow {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
@@ -3485,14 +3485,14 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-hypr-workspaces.overflow {
|
||||
#custom-hypr-workspaces.module.overflow {
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05))
|
||||
padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-hypr-workspaces.hidden {
|
||||
#custom-hypr-workspaces.module.hidden {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
@@ -3581,7 +3581,7 @@ window#waybar {
|
||||
* ========================================================= */
|
||||
|
||||
/* Default (no overflow): subtle pill, still hoverable for tooltip */
|
||||
#custom-hypr-workspaces.ok {
|
||||
#custom-hypr-workspaces.module.ok {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @subtext1;
|
||||
@@ -3593,7 +3593,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Make it feel interactive (hover) */
|
||||
#custom-hypr-workspaces.ok:hover {
|
||||
#custom-hypr-workspaces.module.ok:hover {
|
||||
color: @text;
|
||||
background-color: @surface1;
|
||||
border: 1px solid rgba(255, 255, 255, 0.18);
|
||||
@@ -3601,7 +3601,7 @@ window#waybar {
|
||||
|
||||
/* Overflow state: you already have this; keep it.
|
||||
Optional: add hover tweak so it "pops" a bit. */
|
||||
#custom-hypr-workspaces.overflow:hover {
|
||||
#custom-hypr-workspaces.module.overflow:hover {
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1))
|
||||
padding-box,
|
||||
@@ -3609,7 +3609,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Error state: clear but not screaming */
|
||||
#custom-hypr-workspaces.error {
|
||||
#custom-hypr-workspaces.module.error {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
@@ -3621,7 +3621,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Optional: if you keep .hidden in the script for any reason */
|
||||
#custom-hypr-workspaces.hidden {
|
||||
#custom-hypr-workspaces.module.hidden {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
|
||||
@@ -66,7 +66,7 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-hypr-workspaces.overflow {
|
||||
#custom-hypr-workspaces.module.overflow {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
@@ -79,14 +79,14 @@ window#waybar {
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-hypr-workspaces.overflow {
|
||||
#custom-hypr-workspaces.module.overflow {
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.05))
|
||||
padding-box,
|
||||
linear-gradient(45deg, @blue, @green) border-box;
|
||||
}
|
||||
|
||||
#custom-hypr-workspaces.hidden {
|
||||
#custom-hypr-workspaces.module.hidden {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
@@ -175,7 +175,7 @@ window#waybar {
|
||||
* ========================================================= */
|
||||
|
||||
/* Default (no overflow): subtle pill, still hoverable for tooltip */
|
||||
#custom-hypr-workspaces.ok {
|
||||
#custom-hypr-workspaces.module.ok {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @subtext1;
|
||||
@@ -187,7 +187,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Make it feel interactive (hover) */
|
||||
#custom-hypr-workspaces.ok:hover {
|
||||
#custom-hypr-workspaces.module.ok:hover {
|
||||
color: @text;
|
||||
background-color: @surface1;
|
||||
border: 1px solid rgba(255, 255, 255, 0.18);
|
||||
@@ -195,7 +195,7 @@ window#waybar {
|
||||
|
||||
/* Overflow state: you already have this; keep it.
|
||||
Optional: add hover tweak so it "pops" a bit. */
|
||||
#custom-hypr-workspaces.overflow:hover {
|
||||
#custom-hypr-workspaces.module.overflow:hover {
|
||||
background:
|
||||
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1))
|
||||
padding-box,
|
||||
@@ -203,7 +203,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Error state: clear but not screaming */
|
||||
#custom-hypr-workspaces.error {
|
||||
#custom-hypr-workspaces.module.error {
|
||||
padding: 0px 1px;
|
||||
min-width: 80px;
|
||||
color: @text;
|
||||
@@ -215,7 +215,7 @@ window#waybar {
|
||||
}
|
||||
|
||||
/* Optional: if you keep .hidden in the script for any reason */
|
||||
#custom-hypr-workspaces.hidden {
|
||||
#custom-hypr-workspaces.module.hidden {
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
min-width: 0;
|
||||
|
||||
Reference in New Issue
Block a user