Regenerated

This commit is contained in:
2026-04-03 18:38:22 +02:00
parent 5ef30010a2
commit 6f7bcf208c
2 changed files with 330 additions and 394 deletions
+318 -355
View File
File diff suppressed because it is too large Load Diff
+12 -39
View File
@@ -2857,51 +2857,24 @@ window#waybar {
}
/* --- Custom Hypr Workspace Button --- */
#custom-hypr-workspaces {
/* Match workspace button box model */
padding: 0 6px; /* give horizontal padding */
min-width: 80px;
margin: 0;
box-shadow: none;
/* Flex alignment */
display: flex;
justify-content: center;
align-items: center;
/* Text alignment & font */
text-align: center;
font-family: inherit;
font-weight: normal;
color: @text;
/* Shape & border */
border-radius: 10px;
border: 2px solid @inactive;
/* 50% transparent background that is visible */
background-color: rgba(30, 30, 46, 0.8); /* more opaque so it shows */
/*
background:
linear-gradient(rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15))
padding-box,
linear-gradient(45deg, @blue, @green) border-box;
*/
}
/* Hover identical to workspace */
#custom-hypr-workspaces:hover {
background-color: @surface1;
color: @text;
}
/* Active = same as workspace.active */
/* 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;
color: @text;
}
/* Hidden state remains */
#custom-hypr-workspaces.hidden {
padding: 0;
margin: 0;
min-width: 0;
border: 0;
background: transparent;
opacity: 0;
}
#custom-hypr-workspaces.hidden {