From 3d6160f69f73e84d9e87617ec14cc5327ca5692a Mon Sep 17 00:00:00 2001 From: winston Date: Thu, 16 Mar 2023 13:03:19 +0100 Subject: [PATCH] fix(waybar): margin alignment --- home/apps/wayland.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home/apps/wayland.nix b/home/apps/wayland.nix index d275e17..b5aeb44 100644 --- a/home/apps/wayland.nix +++ b/home/apps/wayland.nix @@ -20,9 +20,10 @@ in { { layer = "top"; position = "top"; - margin-left = 5; - margin-right = 5; - margin-top = 5; + margin-left = 7; + margin-right = 7; + margin-top = 7; + height = 32; modules-left = ["sway/workspaces" "mpd"]; modules-center = []; modules-right = ["tray" "cpu" "memory" "clock"];