Change spacing in Waybar
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
2ca897cea2
commit
39aed3611b
1 changed files with 3 additions and 3 deletions
|
@ -3,8 +3,8 @@
|
||||||
"position": "top",
|
"position": "top",
|
||||||
"height": 35,
|
"height": 35,
|
||||||
// Space between modules
|
// Space between modules
|
||||||
"spacing": 0,
|
"spacing": 6,
|
||||||
"margin": "0 0 10px 0",
|
"margin": "6px",
|
||||||
"modules-left": ["sway/workspaces", "sway/mode"],
|
"modules-left": ["sway/workspaces", "sway/mode"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": ["custom/update", "pulseaudio", "battery", "network", "clock", "custom/power"],
|
"modules-right": ["custom/update", "pulseaudio", "battery", "network", "clock", "custom/power"],
|
||||||
|
@ -73,7 +73,7 @@
|
||||||
"position": "bottom",
|
"position": "bottom",
|
||||||
"height": 35,
|
"height": 35,
|
||||||
"spacing": 4,
|
"spacing": 4,
|
||||||
"margin": "10px 0 0 0",
|
"margin": "6px",
|
||||||
"modules-left": ["tray"],
|
"modules-left": ["tray"],
|
||||||
"modules-center": [],
|
"modules-center": [],
|
||||||
"modules-right": [],
|
"modules-right": [],
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue