From a94dfa0fd718ba640f2f5985b892bb112598e477 Mon Sep 17 00:00:00 2001 From: Tyler Kelley Date: Fri, 17 May 2024 04:59:14 -0500 Subject: [PATCH] Fixed Wofi being a bit too short width wise --- hosts/familypc/home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hosts/familypc/home.nix b/hosts/familypc/home.nix index 79f67a8..320c39a 100644 --- a/hosts/familypc/home.nix +++ b/hosts/familypc/home.nix @@ -314,7 +314,7 @@ in settings = { allow_images = true; prompt = "Run Programs..."; - width = "25%"; + width = "35%"; hide_scroll = true; term = "kitty"; show = "drun";