infrastructure/home/desktop/fuzzel.nix
2024-06-15 17:17:27 +02:00

23 lines
437 B
Nix

{...}: {
programs.fuzzel = {
enable = true;
settings = {
main = {
line-height = 15;
lines = 10;
layer = "overlay";
icon-theme = "Papirus-Dark";
};
colors = {
background = "1E1E2EEE";
text = "7F849CFF";
match = "89B4FAFF";
selection = "45475AFF";
selection-text = "CDD6F4FF";
selection-match = "89B4FAFF";
};
};
};
}