fuzzel config

This commit is contained in:
Noa Aarts 2025-03-23 23:11:53 +01:00
parent f5a8935507
commit 9b13a118ef
Signed by: noa
GPG key ID: 1850932741EFF672

View file

@ -408,6 +408,27 @@ in
hide_env_diff = true;
};
};
fuzzel = {
enable = true;
settings = {
main = {
line-height = 25;
fields = "name,generic,comment,categories,filename,keywords";
terminal = "kitty";
prompt = "' '";
layer = "top";
lines = 10;
width = 35;
horizontal-pad = 25;
inner-pad = 5;
};
border = {
radius = 15;
width = 3;
};
colors.background = "${config.colorScheme.palette.base00}80";
};
};
# FIX: gpg should be declarative, but is more work than I have time for rn
gpg = {
enable = false;