From ea3b3435239a5292ee9ab18d3e4eabba3221f158 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:55:08 +0100 Subject: [PATCH] change wofi size --- home/system/wofi/default.nix | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/home/system/wofi/default.nix b/home/system/wofi/default.nix index 91158af..dcc3ac3 100644 --- a/home/system/wofi/default.nix +++ b/home/system/wofi/default.nix @@ -17,13 +17,12 @@ in { settings = { allow_markup = true; - width = 450; + width = 650; show = "drun"; prompt = "Apps"; normal_window = true; layer = "top"; - term = "foot"; - height = "305px"; + height = "325px"; orientation = "vertical"; halign = "fill"; line_wrap = "off"; @@ -48,7 +47,7 @@ in { '' * { font-family: "${font}"; - font-weight: 500; + font-weight: 600; font-size: ${toString font-size}px; }