waybar: control margin via config file completely
This commit is contained in:
parent
e6f9307c9f
commit
000fb994d2
2 changed files with 2 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
||||||
"layer": "top", // Waybar at top layer
|
"layer": "top", // Waybar at top layer
|
||||||
"position": "right", // Waybar position (top|bottom|left|right)
|
"position": "right", // Waybar position (top|bottom|left|right)
|
||||||
//"height": 40,
|
//"height": 40,
|
||||||
"margin": "0 5 5 5",
|
"margin": "5 5 5 5",
|
||||||
"width": 50,
|
"width": 50,
|
||||||
// Choose the order of the modules idle_inhibitor
|
// Choose the order of the modules idle_inhibitor
|
||||||
"modules-left": [
|
"modules-left": [
|
||||||
|
|
|
||||||
|
|
@ -153,6 +153,7 @@ window#waybar {
|
||||||
|
|
||||||
/* workspace indicator styles */
|
/* workspace indicator styles */
|
||||||
#workspaces {
|
#workspaces {
|
||||||
|
margin-top: 0px;
|
||||||
padding-top: 0px;
|
padding-top: 0px;
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue