diff --git a/programs/fuzzel.nix b/programs/fuzzel.nix new file mode 100644 index 0000000..3233138 --- /dev/null +++ b/programs/fuzzel.nix @@ -0,0 +1,17 @@ +{ + hm.programs.fuzzel = { + enable = true; + settings = { + main.font = "Iosevka Nerd Font:size=14"; + colors = { + background = "24273aff"; # base + border = "91d7e3cc"; # sky + text = "cad3f5ff"; # text + match = "a6da95ff"; # green + selection = "f4dbd6ff"; # rosewater + selection-text = "181926ff"; # crust + selection-match = "40a02bff"; # latte green + }; + }; + }; +} diff --git a/programs/hyprland.nix b/programs/hyprland.nix index d1fe5ce..cf62773 100644 --- a/programs/hyprland.nix +++ b/programs/hyprland.nix @@ -11,7 +11,6 @@ hyprpicker wl-clipboard cliphist - rofi-wayland swayidle swappy grimblast @@ -109,7 +108,7 @@ "$mod SHIFT, A, killactive," "$mod SHIFT, E, exit," "$mod SHIFT, Space, togglefloating," - "$mod, D, exec, ${getExe' rofi-wayland "rofi"} -modi drun,run -show drun" + "$mod, D, exec, ${getExe fuzzel}" "$mod, F, fullscreen, 0" "$mod, P, pseudo," # dwindle "$mod, J, togglesplit," # dwindle