Regenerated

This commit is contained in:
2026-04-11 14:43:56 +02:00
parent a0bccafc30
commit c684126bed
4 changed files with 380 additions and 386 deletions
@@ -90,25 +90,6 @@ window#waybar {
transition: none; /* disable hover animation */
}
/* Custom windows module */
#custom-windows {
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
border-radius: 30px;
padding: 0 8px;
transition: all 0.3s ease;
}
/* Fully transparent when not on active workspace */
#custom-windows:not(.active) {
background: transparent;
color: transparent;
}
#custom-windows label {
font-size: 14px;
color: @teal;
}
/* Active vs inactive workspace colors */
#workspaces button.active {
background: linear-gradient(45deg, @blue, @green);
@@ -121,6 +102,22 @@ activeworkspaces:not(.active) {
color: @text-muted; /* inactive text color */
}
label#custom-windows.module.active {
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
border-radius: 6px;
padding: 0 8px;
font-size: 14px;
color: @teal;
transition: all 0.3s ease;
}
label#custom-windows.module:not(.active) {
background: transparent;
color: transparent;
padding: 0 8px;
transition: all 0.3s ease;
}
#pulseaudio-slider {
padding: 0;
margin: 0;