feat: tuned up fuzzel for laptop

This commit is contained in:
Nick 2025-05-12 15:38:19 -05:00
parent 945f5392ca
commit 936c17f315

View file

@ -30,16 +30,19 @@ in
enable = true;
settings = {
main = {
prompt = " ";
prompt = "Summon: ";
show-actions = "yes";
dpi-aware = "no";
icon-theme = "Papirus-Dark";
width = 25;
font = "${fonts.names.name0}:weight=bold:size=${toString fonts.sizes.desktop.size0}";
terminal = "${pkgs.ghostty}/bin/ghostty";
layer = "overlay";
fields = "name";
};
border = {
radius = 10;
width = 2;
};
colors = {
background = "${el.base00}dd";