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"; };