Regenerated
This commit is contained in:
@@ -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