Regenerated

This commit is contained in:
2026-04-03 19:19:12 +02:00
parent 55c861b224
commit b3d71fe610
2 changed files with 348 additions and 338 deletions
+327 -321
View File
File diff suppressed because it is too large Load Diff
+21 -17
View File
@@ -2856,10 +2856,9 @@ window#waybar {
linear-gradient(45deg, @blue, @green) border-box;
}
/* --- Custom Hypr Workspace Button --- */
/* --- Custom Hyprland Workspaces (labels) --- */
/* Custom Hyprland Workspaces as Label (visible!) */
#custom-hypr-workspaces {
padding: 0px 1px;
padding: 0 6px;
min-width: 80px;
text-align: center;
font-weight: normal;
@@ -2869,33 +2868,38 @@ window#waybar {
color: @text;
}
/* Hover: mimic workspace hover */
/* Hover: approximate workspace hover */
#custom-hypr-workspaces:hover {
background-color: @surface1;
border-color: @text;
color: @text;
border-color: @text; /* subtle highlight */
}
/* Active: simplified version of workspace active */
/* Active: simplified workspace active */
#custom-hypr-workspaces.active {
font-weight: bold;
border: 2px solid transparent;
/* simulate gradient using single solid for label limitation */
border: 2px solid @blue;
background-color: @blue;
color: @text;
}
/* Optional hidden state */
#custom-hypr-workspaces.hidden {
padding: 0;
margin: 0;
min-width: 0;
border: 0;
background: transparent;
opacity: 0;
/* Overflow: show a subtle highlight */
#custom-hypr-workspaces.overflow {
font-weight: bold;
border: 2px dashed @green;
background-color: rgba(0, 255, 153, 0.15);
color: @text;
}
/* Hidden state remains */
/* Error: clear, visible */
#custom-hypr-workspaces.error {
font-weight: bold;
border: 2px solid @red;
background-color: rgba(255, 0, 0, 0.15);
color: @text;
}
/* Hidden state */
#custom-hypr-workspaces.hidden {
padding: 0;
margin: 0;