fuzzel config
This commit is contained in:
parent
f5a8935507
commit
9b13a118ef
1 changed files with 21 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue