Regenerated

This commit is contained in:
2026-04-08 19:55:17 +02:00
parent a301e11746
commit baf7016728
4 changed files with 386 additions and 296 deletions
@@ -118,6 +118,28 @@ window#waybar {
background: transparent;
}
#custom-windows {
opacity: 0;
min-width: 0;
padding: 0;
margin: 0;
transition: all 0.2s ease;
}
#custom-windows.active {
padding: 0px 5px;
border-radius: 10px;
border: 2px solid transparent;
background-color: transparent;
font-weight: normal;
transition: all 0.2s ease;
min-width: 30px;
}
/* --------------------------------------------------------- */
/* Unstyled Modules */
/* --------------------------------------------------------- */
#clock,
#idle_inhibitor,
#battery,