Regenerated
This commit is contained in:
+315
-296
File diff suppressed because it is too large
Load Diff
@@ -2938,6 +2938,25 @@ window#waybar {
|
|||||||
transition: padding 0.2s ease;
|
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 --- */
|
/* --- Group specifics --- */
|
||||||
|
|
||||||
#hardware:hover #custom-hardware-anchor {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
|
|||||||
@@ -78,6 +78,25 @@ window#waybar {
|
|||||||
transition: padding 0.2s ease;
|
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 --- */
|
/* --- Group specifics --- */
|
||||||
|
|
||||||
#hardware:hover #custom-hardware-anchor {
|
#hardware:hover #custom-hardware-anchor {
|
||||||
|
|||||||
Reference in New Issue
Block a user