Regenerated

This commit is contained in:
2026-04-08 22:15:54 +02:00
parent b63b8311f8
commit 7e1d8b5d70
3 changed files with 353 additions and 296 deletions
+315 -296
View File
File diff suppressed because it is too large Load Diff
+19
View File
@@ -2938,6 +2938,25 @@ window#waybar {
transition: padding 0.2s ease;
}
/* --- hiding window counter --- */
/* Hide the module by default */
#custom-windows {
opacity: 0;
min-width: 0;
padding: 0;
margin: 0;
transition: opacity 0.2s ease, min-width 0.2s ease;
}
/* Show it when active */
#custom-windows.active {
opacity: 1;
min-width: 30px; /* or whatever minimum width you want */
padding: 0 5px; /* adjust padding if needed */
margin: 0 2px; /* optional spacing */
}
/* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor {
@@ -78,6 +78,25 @@ window#waybar {
transition: padding 0.2s ease;
}
/* --- hiding window counter --- */
/* Hide the module by default */
#custom-windows {
opacity: 0;
min-width: 0;
padding: 0;
margin: 0;
transition: opacity 0.2s ease, min-width 0.2s ease;
}
/* Show it when active */
#custom-windows.active {
opacity: 1;
min-width: 30px; /* or whatever minimum width you want */
padding: 0 5px; /* adjust padding if needed */
margin: 0 2px; /* optional spacing */
}
/* --- Group specifics --- */
#hardware:hover #custom-hardware-anchor {