Regenerated

This commit is contained in:
2026-04-03 16:53:48 +02:00
parent aed390b317
commit b7a85895f3
2 changed files with 326 additions and 314 deletions
+315 -309
View File
File diff suppressed because it is too large Load Diff
+11 -5
View File
@@ -2859,17 +2859,17 @@ window#waybar {
/* --- Custom Hypr Workspace Button --- */
#custom-hypr-workspaces {
/* Match workspace button box model */
padding: 0px 1px;
padding: 0 6px; /* give horizontal padding */
min-width: 80px;
margin: 0;
box-shadow: none;
/* Flex alignment like buttons */
/* Flex alignment */
display: flex;
justify-content: center;
align-items: center;
/* Text alignment */
/* Text alignment & font */
text-align: center;
font-family: inherit;
font-weight: normal;
@@ -2879,8 +2879,14 @@ window#waybar {
border-radius: 10px;
border: 2px solid @inactive;
/* 50% transparent background */
background-color: rgba(30, 30, 46, 0.5);
/* 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 */