From c2c492f875cef74369993790f2ae083713af75e4 Mon Sep 17 00:00:00 2001 From: Dennis Schoepf Date: Mon, 24 Nov 2025 00:15:10 +0100 Subject: [PATCH] wip: dnsc-machine setup --- modules/wm/fuzzel/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wm/fuzzel/default.nix b/modules/wm/fuzzel/default.nix index b59345b..77a0757 100644 --- a/modules/wm/fuzzel/default.nix +++ b/modules/wm/fuzzel/default.nix @@ -7,7 +7,7 @@ main = { terminal = "${pkgs.wezterm}/bin/wezterm start -- "; layer = "overlay"; - font = "VictorMono Nerd Font:weight=600:size=14"; + font = "VictorMono Nerd Font:weight=500:size=16"; use-bold = true; icon-theme = "Reversal-dark"; width = 85; @@ -15,7 +15,7 @@ # horizontal-pad = 10; vertical-pad = 25; inner-pad = 25; - line-height = 20; + line-height = 40; }; colors = { background = "0f0b15ff";