Regenerated

This commit is contained in:
2026-04-05 10:55:29 +02:00
parent 8dd5e0554e
commit 099247184e
4 changed files with 320 additions and 329 deletions
+303 -306
View File
File diff suppressed because it is too large Load Diff
+7 -10
View File
@@ -2681,8 +2681,8 @@ These are config files for waybar
"custom/spacer": { "custom/spacer": {
"format": " ", "format": " ",
"interval": "once" "tooltip": false
}, }
/*******************************************************************/ /*******************************************************************/
"group/myworkspaces": { "group/myworkspaces": {
@@ -2876,17 +2876,14 @@ window#waybar {
} }
#custom-spacer { #custom-spacer {
min-width: 0; min-width: 100;
padding: 0;
margin: 0;
} }
.modules-center > widget { .modules-center > widget {
/* allow expansion */ /* this makes ALL center modules share space */
} flex-grow: 1;
#custom-spacer {
/* THIS is the trick */
margin-left: auto;
margin-right: auto;
} }
/* --- Groups --- */ /* --- Groups --- */
+2 -2
View File
@@ -22,8 +22,8 @@
"custom/spacer": { "custom/spacer": {
"format": " ", "format": " ",
"interval": "once" "tooltip": false
}, }
/*******************************************************************/ /*******************************************************************/
"group/myworkspaces": { "group/myworkspaces": {
+5 -8
View File
@@ -29,17 +29,14 @@ window#waybar {
} }
#custom-spacer { #custom-spacer {
min-width: 0; min-width: 100;
padding: 0;
margin: 0;
} }
.modules-center > widget { .modules-center > widget {
/* allow expansion */ /* this makes ALL center modules share space */
} flex-grow: 1;
#custom-spacer {
/* THIS is the trick */
margin-left: auto;
margin-right: auto;
} }
/* --- Groups --- */ /* --- Groups --- */