Regenerated

This commit is contained in:
2026-04-08 19:32:59 +02:00
parent dddc81f721
commit d154d9764d
3 changed files with 308 additions and 335 deletions
+4 -13
View File
@@ -2933,10 +2933,6 @@ window#waybar {
transition: padding 0.2s ease;
}
.modules-center:hover label {
padding: 0px 10px;
}
/* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor {
@@ -2960,21 +2956,16 @@ workspaces button {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: @surface0;
background-color: transparent;
font-weight: normal;
font-size: 12px;
transition: all 0.2s ease;
min-width: 30px;
}
/* Active workspace is bigger and bold */
workspaces button.active {
#workspaces button.active {
font-weight: bold;
font-size: 16px; /* bigger font */
min-width: 50px; /* wider button */
background:
linear-gradient(rgba(255,255,255,0.15), rgba(255,255,255,0.15)) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
font-size: 16px;
}
#clock,