diff --git a/modules/home/gui/desktop/wayland/fuzzel/default.nix b/modules/home/gui/desktop/wayland/fuzzel/default.nix index c055bc6..87be24e 100755 --- a/modules/home/gui/desktop/wayland/fuzzel/default.nix +++ b/modules/home/gui/desktop/wayland/fuzzel/default.nix @@ -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";