From d8ed1f42ae3d9a85c4a36d3fb0e688a9b11933c0 Mon Sep 17 00:00:00 2001 From: Daniel Flanagan Date: Fri, 22 Nov 2024 08:22:14 -0600 Subject: [PATCH] Consistent tofi --- modules/home-manager/sway.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/modules/home-manager/sway.nix b/modules/home-manager/sway.nix index f6cb461..44b3292 100644 --- a/modules/home-manager/sway.nix +++ b/modules/home-manager/sway.nix @@ -49,13 +49,17 @@ enable = true; text = '' font = ${pkgs.iosevkaLyteTerm}/share/fonts/truetype/IosevkaLyteTerm-regular.ttf + font-size = 12 text-color = #f8f8f8 prompt-color = #f38ba8 selection-color = #66d9ef background-color = #1e1e2e - border-width = 4 + outline-width = 0 + border-width = 1 border-color = #66d9ef + width = 640 + height = 400 fuzzy-match = true '';