From 87e0c0cbd2dd788a6c37f40fec4c219e88d52f4d Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sun, 24 Mar 2024 15:37:29 -0400 Subject: [PATCH] hpyrland: switched app launcher to fuzzel --- home/aly-hyprland.nix | 2 +- home/fuzzel/default.nix | 20 ++++++++++++++++++++ home/hypr/hyprland.conf | 2 +- 3 files changed, 22 insertions(+), 2 deletions(-) create mode 100644 home/fuzzel/default.nix diff --git a/home/aly-hyprland.nix b/home/aly-hyprland.nix index 30cd80ad..f5300c4e 100644 --- a/home/aly-hyprland.nix +++ b/home/aly-hyprland.nix @@ -2,5 +2,5 @@ { imports = - [ ./common.nix ./common-gui.nix ./hypr ./waybar ./mako ./bemenu ./fuzzel ]; + [ ./common.nix ./common-gui.nix ./hypr ./waybar ./mako ./fuzzel ]; } diff --git a/home/fuzzel/default.nix b/home/fuzzel/default.nix new file mode 100644 index 00000000..7b5eaa3b --- /dev/null +++ b/home/fuzzel/default.nix @@ -0,0 +1,20 @@ +{ config, pkgs, ... }: + +{ + programs.fuzzel = { + enable = true; + settings = { + main = { + font = "Noto Nerd Font Sans Mono"; + icon-theme = "breeze"; + layer = "overlay"; + terminal = "${pkgs.alacritty}/bin/alacritty -e"; + }; + colors.background = "#00000099"; + colors.selection = "#000000FF"; + colors.selection-match = "#FF0000FF"; + colors.selection-text = "#008000FF"; + colors.text = "#FFFFFFFF"; + }; + }; +} diff --git a/home/hypr/hyprland.conf b/home/hypr/hyprland.conf index fb0662c0..c7d477a3 100644 --- a/home/hypr/hyprland.conf +++ b/home/hypr/hyprland.conf @@ -21,7 +21,7 @@ exec-once = waybar & mako & hypridle # Set programs that you use $terminal = alacritty $fileManager = thunar -$menu = bemenu-run +$menu = fuzzel # Some default env vars. env = XCURSOR_SIZE,24