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 */ /* Hyprland workspaces with transparency */
#custom-hypr-workspaces { #custom-hypr-workspaces button {
display: flex; background-color: rgba(0, 0, 0, 0.5); /* 50% transparent background */
gap: 4px; color: @text;
border-radius: 10px;
padding: 0 10px;
min-width: 80px;
border: 2px solid @inactive;
} }
#custom-hypr-workspaces > * { #custom-hypr-workspaces button.active {
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;
font-weight: bold; font-weight: bold;
cursor: pointer; border: 1px solid transparent;
transition: all 0.2s ease; 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, #clock,