Regenerated

This commit is contained in:
2026-04-02 21:22:06 +02:00
parent 3b22425331
commit d670f0d60d
4 changed files with 357 additions and 357 deletions
+319 -319
View File
File diff suppressed because it is too large Load Diff
+19 -19
View File
@@ -2664,7 +2664,7 @@ These are config files for waybar
//"modules-left": ["hyprland/window"],
"modules-center": [
"custom/hyprscroll_overflow"
"custom/workspaces_content"
],
"modules-right": [
@@ -2682,7 +2682,7 @@ These are config files for waybar
"clock",
],
"custom/hyprscroll_overflow": {
"custom/workspaces_content": {
"exec": "~/.config/waybar/scripts/hyprscroll-overflow.sh",
"interval": 2,
"return-type": "json",
@@ -2829,7 +2829,7 @@ window#waybar {
transition-duration: 0.5s;
}
#custom-hyprscroll_overflow {
#custom-workspaces_content {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
@@ -2838,7 +2838,7 @@ window#waybar {
border-radius: 10px;
}
#custom-hyprscroll_overflow.active {
#custom-workspaces_content.active {
padding: 0px 1px;
min-width: 80px;
color: @text;
@@ -2946,12 +2946,12 @@ window#waybar {
}
/* =========================================================
* Hyprscroll overflow indicator (custom/hyprscroll_overflow)
* Hyprscroll overflow indicator (custom/workspaces_content)
* States: .ok, .overflow, .error
* ========================================================= */
/* Default (no overflow): subtle pill, still hoverable for tooltip */
#custom-hyprscroll_overflow.ok {
#custom-workspaces_content.ok {
padding: 0px 1px;
min-width: 80px;
color: @subtext1;
@@ -2963,7 +2963,7 @@ window#waybar {
}
/* Make it feel interactive (hover) */
#custom-hyprscroll_overflow.ok:hover {
#custom-workspaces_content.ok:hover {
color: @text;
background-color: @surface1;
border: 1px solid rgba(255, 255, 255, 0.18);
@@ -2971,7 +2971,7 @@ window#waybar {
/* Overflow state: you already have this; keep it.
Optional: add hover tweak so it "pops" a bit. */
#custom-hyprscroll_overflow.overflow:hover {
#custom-workspaces_content.overflow:hover {
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1))
padding-box,
@@ -2979,7 +2979,7 @@ window#waybar {
}
/* Error state: clear but not screaming */
#custom-hyprscroll_overflow.error {
#custom-workspaces_content.error {
padding: 0px 1px;
min-width: 80px;
color: @text;
@@ -2991,7 +2991,7 @@ window#waybar {
}
/* Optional: if you keep .hidden in the script for any reason */
#custom-hyprscroll_overflow.hidden {
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;
@@ -3506,7 +3506,7 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-hyprscroll_overflow.overflow {
#custom-workspaces_content.overflow {
padding: 0px 1px;
min-width: 80px;
color: @text;
@@ -3519,14 +3519,14 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-hyprscroll_overflow.overflow {
#custom-workspaces_content.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-hyprscroll_overflow.hidden {
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;
@@ -3610,12 +3610,12 @@ window#waybar {
}
/* =========================================================
* Hyprscroll overflow indicator (custom/hyprscroll_overflow)
* Hyprscroll overflow indicator (custom/workspaces_content)
* States: .ok, .overflow, .error
* ========================================================= */
/* Default (no overflow): subtle pill, still hoverable for tooltip */
#custom-hyprscroll_overflow.ok {
#custom-workspaces_content.ok {
padding: 0px 1px;
min-width: 80px;
color: @subtext1;
@@ -3627,7 +3627,7 @@ window#waybar {
}
/* Make it feel interactive (hover) */
#custom-hyprscroll_overflow.ok:hover {
#custom-workspaces_content.ok:hover {
color: @text;
background-color: @surface1;
border: 1px solid rgba(255, 255, 255, 0.18);
@@ -3635,7 +3635,7 @@ window#waybar {
/* Overflow state: you already have this; keep it.
Optional: add hover tweak so it "pops" a bit. */
#custom-hyprscroll_overflow.overflow:hover {
#custom-workspaces_content.overflow:hover {
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1))
padding-box,
@@ -3643,7 +3643,7 @@ window#waybar {
}
/* Error state: clear but not screaming */
#custom-hyprscroll_overflow.error {
#custom-workspaces_content.error {
padding: 0px 1px;
min-width: 80px;
color: @text;
@@ -3655,7 +3655,7 @@ window#waybar {
}
/* Optional: if you keep .hidden in the script for any reason */
#custom-hyprscroll_overflow.hidden {
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;
+10 -10
View File
@@ -5,7 +5,7 @@
//"modules-left": ["hyprland/window"],
"modules-center": [
"custom/hyprscroll_overflow"
"custom/workspaces_content"
],
"modules-right": [
@@ -23,7 +23,7 @@
"clock",
],
"custom/hyprscroll_overflow": {
"custom/workspaces_content": {
"exec": "~/.config/waybar/scripts/hyprscroll-overflow.sh",
"interval": 2,
"return-type": "json",
@@ -166,7 +166,7 @@ window#waybar {
transition-duration: 0.5s;
}
#custom-hyprscroll_overflow {
#custom-workspaces_content {
padding: 0px 1px;
min-width: 80px;
background-color: transparent;
@@ -175,7 +175,7 @@ window#waybar {
border-radius: 10px;
}
#custom-hyprscroll_overflow.active {
#custom-workspaces_content.active {
padding: 0px 1px;
min-width: 80px;
color: @text;
@@ -283,12 +283,12 @@ window#waybar {
}
/* =========================================================
* Hyprscroll overflow indicator (custom/hyprscroll_overflow)
* Hyprscroll overflow indicator (custom/workspaces_content)
* States: .ok, .overflow, .error
* ========================================================= */
/* Default (no overflow): subtle pill, still hoverable for tooltip */
#custom-hyprscroll_overflow.ok {
#custom-workspaces_content.ok {
padding: 0px 1px;
min-width: 80px;
color: @subtext1;
@@ -300,7 +300,7 @@ window#waybar {
}
/* Make it feel interactive (hover) */
#custom-hyprscroll_overflow.ok:hover {
#custom-workspaces_content.ok:hover {
color: @text;
background-color: @surface1;
border: 1px solid rgba(255, 255, 255, 0.18);
@@ -308,7 +308,7 @@ window#waybar {
/* Overflow state: you already have this; keep it.
Optional: add hover tweak so it "pops" a bit. */
#custom-hyprscroll_overflow.overflow:hover {
#custom-workspaces_content.overflow:hover {
background:
linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1))
padding-box,
@@ -316,7 +316,7 @@ window#waybar {
}
/* Error state: clear but not screaming */
#custom-hyprscroll_overflow.error {
#custom-workspaces_content.error {
padding: 0px 1px;
min-width: 80px;
color: @text;
@@ -328,7 +328,7 @@ window#waybar {
}
/* Optional: if you keep .hidden in the script for any reason */
#custom-hyprscroll_overflow.hidden {
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;
+9 -9
View File
@@ -66,7 +66,7 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-hyprscroll_overflow.overflow {
#custom-workspaces_content.overflow {
padding: 0px 1px;
min-width: 80px;
color: @text;
@@ -79,14 +79,14 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box;
}
#custom-hyprscroll_overflow.overflow {
#custom-workspaces_content.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-hyprscroll_overflow.hidden {
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;
@@ -170,12 +170,12 @@ window#waybar {
}
/* =========================================================
* Hyprscroll overflow indicator (custom/hyprscroll_overflow)
* Hyprscroll overflow indicator (custom/workspaces_content)
* States: .ok, .overflow, .error
* ========================================================= */
/* Default (no overflow): subtle pill, still hoverable for tooltip */
#custom-hyprscroll_overflow.ok {
#custom-workspaces_content.ok {
padding: 0px 1px;
min-width: 80px;
color: @subtext1;
@@ -187,7 +187,7 @@ window#waybar {
}
/* Make it feel interactive (hover) */
#custom-hyprscroll_overflow.ok:hover {
#custom-workspaces_content.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-hyprscroll_overflow.overflow:hover {
#custom-workspaces_content.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-hyprscroll_overflow.error {
#custom-workspaces_content.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-hyprscroll_overflow.hidden {
#custom-workspaces_content.hidden {
padding: 0;
margin: 0;
min-width: 0;