Regenerated

This commit is contained in:
2026-04-05 22:52:32 +02:00
parent ccca73b11d
commit ef519a8f88
4 changed files with 305 additions and 308 deletions
+299 -300
View File
File diff suppressed because it is too large Load Diff
+3 -4
View File
@@ -2668,9 +2668,8 @@ These are config files for waybar
"custom/spacer",
"group/connections",
"custom/spacer",
"group/hardware"
"group/hardware",
"custom/spacer"
],
"modules-right": [
@@ -2915,7 +2914,7 @@ window#waybar {
}
#custom-spacer {
min-width: 50px;
min-width: 200px;
padding: 0;
margin: 0;
background: transparent;
@@ -2926,7 +2925,7 @@ window#waybar {
/* common pill style */
.pill {
padding: 0px 1px;
min-width: 80px;
min-width: 120px;
color: @text;
border-radius: 10px;
font-weight: bold;
+1 -2
View File
@@ -9,9 +9,8 @@
"custom/spacer",
"group/connections",
"custom/spacer",
"group/hardware"
"group/hardware",
"custom/spacer"
],
"modules-right": [
+2 -2
View File
@@ -57,7 +57,7 @@ window#waybar {
}
#custom-spacer {
min-width: 50px;
min-width: 200px;
padding: 0;
margin: 0;
background: transparent;
@@ -68,7 +68,7 @@ window#waybar {
/* common pill style */
.pill {
padding: 0px 1px;
min-width: 80px;
min-width: 120px;
color: @text;
border-radius: 10px;
font-weight: bold;