From cb40991462970a189073dbf5bd3616569a43290c Mon Sep 17 00:00:00 2001 From: Alexander Heldt Date: Tue, 3 Oct 2023 09:16:22 +0200 Subject: [PATCH] pinwheel: Add spacing to `external` `waybar` bar --- hosts/pinwheel/modules/waybar/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hosts/pinwheel/modules/waybar/default.nix b/hosts/pinwheel/modules/waybar/default.nix index 5bbead2..c1bc5d2 100644 --- a/hosts/pinwheel/modules/waybar/default.nix +++ b/hosts/pinwheel/modules/waybar/default.nix @@ -181,6 +181,8 @@ in layer = "top"; position = "top"; height = 30; + spacing = 20; + fixed-center = false; output = [ "HDMI-A-1" ]; modules-left = [ "hyprland/workspaces" ];