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",
|
"custom/spacer",
|
||||||
"group/connections",
|
"group/connections",
|
||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"group/hardware"
|
"group/hardware",
|
||||||
"custom/spacer"
|
"custom/spacer"
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
@@ -2915,7 +2914,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-spacer {
|
#custom-spacer {
|
||||||
min-width: 50px;
|
min-width: 200px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -2926,7 +2925,7 @@ window#waybar {
|
|||||||
/* common pill style */
|
/* common pill style */
|
||||||
.pill {
|
.pill {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 120px;
|
||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
@@ -9,9 +9,8 @@
|
|||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"group/connections",
|
"group/connections",
|
||||||
"custom/spacer",
|
"custom/spacer",
|
||||||
"group/hardware"
|
"group/hardware",
|
||||||
"custom/spacer"
|
"custom/spacer"
|
||||||
|
|
||||||
],
|
],
|
||||||
|
|
||||||
"modules-right": [
|
"modules-right": [
|
||||||
|
|||||||
@@ -57,7 +57,7 @@ window#waybar {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#custom-spacer {
|
#custom-spacer {
|
||||||
min-width: 50px;
|
min-width: 200px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
@@ -68,7 +68,7 @@ window#waybar {
|
|||||||
/* common pill style */
|
/* common pill style */
|
||||||
.pill {
|
.pill {
|
||||||
padding: 0px 1px;
|
padding: 0px 1px;
|
||||||
min-width: 80px;
|
min-width: 120px;
|
||||||
color: @text;
|
color: @text;
|
||||||
border-radius: 10px;
|
border-radius: 10px;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
|
|||||||
Reference in New Issue
Block a user