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; linear-gradient(45deg, @blue, @green) border-box;
} }
/* --- Custom Hypr Workspace Button --- */ /* Custom Hyprland Workspaces as Label (visible!) */
/* --- Custom Hyprland Workspaces (labels) --- */
#custom-hypr-workspaces { #custom-hypr-workspaces {
padding: 0px 1px; padding: 0 6px;
min-width: 80px; min-width: 80px;
text-align: center; text-align: center;
font-weight: normal; font-weight: normal;
@@ -2869,33 +2868,38 @@ window#waybar {
color: @text; color: @text;
} }
/* Hover: mimic workspace hover */ /* Hover: approximate workspace hover */
#custom-hypr-workspaces:hover { #custom-hypr-workspaces:hover {
background-color: @surface1; background-color: @surface1;
border-color: @text;
color: @text; color: @text;
border-color: @text; /* subtle highlight */
} }
/* Active: simplified version of workspace active */ /* Active: simplified workspace active */
#custom-hypr-workspaces.active { #custom-hypr-workspaces.active {
font-weight: bold; font-weight: bold;
border: 2px solid transparent; border: 2px solid @blue;
/* simulate gradient using single solid for label limitation */
background-color: @blue; background-color: @blue;
color: @text; color: @text;
} }
/* Optional hidden state */ /* Overflow: show a subtle highlight */
#custom-hypr-workspaces.hidden { #custom-hypr-workspaces.overflow {
padding: 0; font-weight: bold;
margin: 0; border: 2px dashed @green;
min-width: 0; background-color: rgba(0, 255, 153, 0.15);
border: 0; color: @text;
background: transparent;
opacity: 0;
} }
/* 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 { #custom-hypr-workspaces.hidden {
padding: 0; padding: 0;
margin: 0; margin: 0;