From 39aed3611b1cf1a2cd2ad6a1be6c4f5a6dee298a Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Fri, 13 Jan 2023 18:38:31 +0100 Subject: [PATCH] Change spacing in Waybar Signed-off-by: Severin Kaderli --- system/.config/waybar/config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/system/.config/waybar/config b/system/.config/waybar/config index 36cd88d..5fb2ad0 100644 --- a/system/.config/waybar/config +++ b/system/.config/waybar/config @@ -3,8 +3,8 @@ "position": "top", "height": 35, // Space between modules - "spacing": 0, - "margin": "0 0 10px 0", + "spacing": 6, + "margin": "6px", "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [], "modules-right": ["custom/update", "pulseaudio", "battery", "network", "clock", "custom/power"], @@ -73,7 +73,7 @@ "position": "bottom", "height": 35, "spacing": 4, - "margin": "10px 0 0 0", + "margin": "6px", "modules-left": ["tray"], "modules-center": [], "modules-right": [],