From a2b1cf1b39668b04441718991d596856b017a67a Mon Sep 17 00:00:00 2001 From: Severin Kaderli Date: Sun, 6 Nov 2022 22:49:15 +0100 Subject: [PATCH] Remove space between modules in Waybar Signed-off-by: Severin Kaderli --- system/.config/waybar/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system/.config/waybar/config b/system/.config/waybar/config index 1fbe1bf..c4537f2 100644 --- a/system/.config/waybar/config +++ b/system/.config/waybar/config @@ -2,8 +2,8 @@ "layer": "bottom<", "position": "top", "height": 35, - "spacing": 4, - "margin": "0 0 10px 0", + // Space between modules + "spacing": 0, "modules-left": ["sway/workspaces", "sway/mode"], "modules-center": [], "modules-right": ["custom/update", "pulseaudio", "battery", "network", "clock", "custom/power"],