Regenerated

This commit is contained in:
2026-04-03 18:44:27 +02:00
parent 6f7bcf208c
commit 55c861b224
2 changed files with 362 additions and 320 deletions
+335 -312
View File
File diff suppressed because it is too large Load Diff
+27 -8
View File
@@ -2857,17 +2857,35 @@ window#waybar {
}
/* --- Custom Hypr Workspace Button --- */
/* Active state like workspace active */
#custom-hypr-workspaces.active {
font-weight: bold;
border: 1px solid transparent;
background:
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
/* --- Custom Hyprland Workspaces (labels) --- */
#custom-hypr-workspaces {
padding: 0px 1px;
min-width: 80px;
text-align: center;
font-weight: normal;
border-radius: 10px;
border: 2px solid @inactive;
background-color: rgba(30, 30, 46, 0.5); /* semi-transparent base */
color: @text;
}
/* Hidden state remains */
/* Hover: mimic workspace hover */
#custom-hypr-workspaces:hover {
background-color: @surface1;
color: @text;
border-color: @text; /* subtle highlight */
}
/* Active: simplified version of workspace active */
#custom-hypr-workspaces.active {
font-weight: bold;
border: 2px solid transparent;
/* simulate gradient using single solid for label limitation */
background-color: @blue;
color: @text;
}
/* Optional hidden state */
#custom-hypr-workspaces.hidden {
padding: 0;
margin: 0;
@@ -2877,6 +2895,7 @@ window#waybar {
opacity: 0;
}
/* Hidden state remains */
#custom-hypr-workspaces.hidden {
padding: 0;
margin: 0;