Regenerated
This commit is contained in:
+304
-307
File diff suppressed because it is too large
Load Diff
+8
-11
@@ -2680,9 +2680,9 @@ 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 --- */
|
||||||
|
|||||||
@@ -21,9 +21,9 @@
|
|||||||
],
|
],
|
||||||
|
|
||||||
"custom/spacer": {
|
"custom/spacer": {
|
||||||
"format": "",
|
"format": " ",
|
||||||
"interval": "once"
|
"tooltip": false
|
||||||
},
|
}
|
||||||
|
|
||||||
/*******************************************************************/
|
/*******************************************************************/
|
||||||
"group/myworkspaces": {
|
"group/myworkspaces": {
|
||||||
|
|||||||
@@ -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 --- */
|
||||||
|
|||||||
Reference in New Issue
Block a user