From 04cbd4af744b4b6ce25519682b13212c79da85a8 Mon Sep 17 00:00:00 2001 From: Noa Aarts Date: Fri, 15 Aug 2025 21:14:26 +0200 Subject: [PATCH] fix fuzzel colors --- common/home/default.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/common/home/default.nix b/common/home/default.nix index c6af71d..cb43db1 100644 --- a/common/home/default.nix +++ b/common/home/default.nix @@ -408,12 +408,20 @@ in fields = "name,generic,comment,categories,filename,keywords"; terminal = "kitty"; prompt = "' ➜ '"; + font = "Maple Mono NF"; layer = "top"; lines = 10; width = 35; horizontal-pad = 25; inner-pad = 5; }; + colors = { + background = "${config.lib.stylix.colors.base00}aa"; + text = "${config.lib.stylix.colors.base05}ff"; + selection = "${config.lib.stylix.colors.base01}bb"; + selection-match = "${config.lib.stylix.colors.base06}ff"; + border = "${config.lib.stylix.colors.base0E}ee"; + }; border = { radius = 15; width = 3; @@ -542,6 +550,7 @@ in neovim.enable = false; waybar.enable = false; swaylock.enable = true; + fuzzel.enable = false; firefox.profileNames = [ "profile_0" ]; qt = { enable = true;