Regenerated
This commit is contained in:
+299
-300
File diff suppressed because it is too large
Load Diff
+3
-4
@@ -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;
|
||||
|
||||
@@ -9,9 +9,8 @@
|
||||
"custom/spacer",
|
||||
"group/connections",
|
||||
"custom/spacer",
|
||||
"group/hardware"
|
||||
"group/hardware",
|
||||
"custom/spacer"
|
||||
|
||||
],
|
||||
|
||||
"modules-right": [
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user