Regenerated

This commit is contained in:
2026-04-11 14:56:43 +02:00
parent c684126bed
commit e67eec3799
3 changed files with 365 additions and 341 deletions
@@ -102,22 +102,30 @@ 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;
/* ---- Window counter ---*/
widget:has(label#custom-windows.module) {
/* nothing here */
}
label#custom-windows.module {
font-size: 14px;
color: @teal;
padding: 0 8px;
transition: all 0.3s ease;
}
label#custom-windows.module:not(.active) {
label#custom-windows.active {
background: linear-gradient(45deg, alpha(@blue, 0.5), alpha(@green, 0.5));
border-radius: 6px;
}
label#custom-windows:not(.active) {
background: transparent;
color: transparent;
padding: 0 8px;
transition: all 0.3s ease;
}
/* ---- Pulseaudio ---*/
#pulseaudio-slider {
padding: 0;
margin: 0;