From bd7225cf4643d4b570be211c14913d429f6787bd Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 28 Apr 2024 19:43:18 -0400 Subject: [PATCH] fuzzel: decrease width and vertical lines --- homeManagerModules/apps/fuzzel/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeManagerModules/apps/fuzzel/default.nix b/homeManagerModules/apps/fuzzel/default.nix index a10328f6..6faa12ec 100644 --- a/homeManagerModules/apps/fuzzel/default.nix +++ b/homeManagerModules/apps/fuzzel/default.nix @@ -22,7 +22,8 @@ font = "NotoSansMNerdFont-Regular"; icon-theme = "Papirus-Dark"; layer = "overlay"; - width = 50; + width = 36; + lines = 3; terminal = "${pkgs.alacritty}/bin/alacritty"; }; border = {width = 2;};