waybar: decrease margins of window
now right and left margin match one top and bottom margins. can't for some reason remove the top margin using css
This commit is contained in:
parent
c32da0f224
commit
0cd2b2bd00
2 changed files with 9 additions and 8 deletions
|
|
@ -2,7 +2,7 @@
|
|||
"layer": "top", // Waybar at top layer
|
||||
"position": "right", // Waybar position (top|bottom|left|right)
|
||||
//"height": 40,
|
||||
"margin": "0 10 0 10",
|
||||
"margin": "0 5 5 5",
|
||||
//"width": 1350, // Waybar width
|
||||
// Choose the order of the modules idle_inhibitor
|
||||
"modules-left": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue