Regenerated

This commit is contained in:
2026-04-03 00:13:48 +02:00
parent fb41e65af4
commit 72776d68c7
2 changed files with 328 additions and 328 deletions
+316 -316
View File
File diff suppressed because it is too large Load Diff
+12 -12
View File
@@ -2837,21 +2837,21 @@ window#waybar {
}
/* Hyprland workspaces with transparency */
#custom-hypr-workspaces {
display: flex;
gap: 4px;
#custom-hypr-workspaces button {
background-color: rgba(0, 0, 0, 0.5); /* 50% transparent background */
color: @text;
border-radius: 10px;
padding: 0 10px;
min-width: 80px;
border: 2px solid @inactive;
}
#custom-hypr-workspaces > * {
padding: 0 6px;
border-radius: 10px;
min-width: 50px;
text-align: center;
background: linear-gradient(45deg, rgba(51,204,255,0.5), rgba(0,255,153,0.5)); /* @blue with 50% opacity */
color: @text;
#custom-hypr-workspaces button.active {
font-weight: bold;
cursor: pointer;
transition: all 0.2s ease;
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;
}
#clock,