From 8d1dc3f551bc6047dc7a39585082b732d822f8a3 Mon Sep 17 00:00:00 2001 From: Nathan McCarty Date: Sat, 17 Jun 2023 00:03:02 -0400 Subject: [PATCH] fix waybar --- home-manager/linux/programs/hyprland.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/home-manager/linux/programs/hyprland.nix b/home-manager/linux/programs/hyprland.nix index 7884ce1..997e0ef 100644 --- a/home-manager/linux/programs/hyprland.nix +++ b/home-manager/linux/programs/hyprland.nix @@ -304,7 +304,7 @@ in with lib; { layer = "top"; position = "top"; height = 30; - spacing = 4; + spacing = 0; margin-top = 5; margin-bottom = 0; # modules-left = [ "wlr/workspaces" "hyprland/submap" ]; @@ -326,7 +326,7 @@ in with lib; { # "custom/power" ]; "custom/launcher" = { - format = " "; + format = ""; on-click = fuzzel-command; on-click-right = "killall fuzzel"; };