Regenerated

This commit is contained in:
2026-04-08 20:49:36 +02:00
parent ad40a59419
commit db84c111c9
3 changed files with 311 additions and 326 deletions
+301 -306
View File
File diff suppressed because it is too large Load Diff
+5 -10
View File
@@ -2982,23 +2982,18 @@ window#waybar {
/* Hide completely when not active */
#custom-windows.widget {
padding: 0px 0px;
border-radius: 10px;
border: 0px solid transparent;
background-color: transparent;
font-weight: normal;
transition: all 0.2s ease;
min-width: 80px;
}
#custom-windows.widget.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;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
/* --------------------------------------------------------- */
+5 -10
View File
@@ -122,23 +122,18 @@ window#waybar {
/* Hide completely when not active */
#custom-windows.widget {
padding: 0px 0px;
border-radius: 10px;
border: 0px solid transparent;
background-color: transparent;
font-weight: normal;
transition: all 0.2s ease;
min-width: 80px;
}
#custom-windows.widget.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;
background:
linear-gradient(@base-alpha, @base-alpha) padding-box,
linear-gradient(45deg, @blue, @green) border-box;
border: 2px solid transparent;
}
/* --------------------------------------------------------- */