From be7fc75bdd2b9702106dd77b915361b70218104c Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 25 Jan 2026 19:31:39 -0600 Subject: feat(hyprland): add fuzzel launcher and pinentry-fuzzel - Replace wofi with fuzzel in archsetup - Add fuzzel config with waybar-matching theme - Add pinentry-fuzzel script for GPG passphrase prompts - Add Hyprland-specific gpg-agent.conf using pinentry-fuzzel --- dotfiles/hyprland/.config/fuzzel/fuzzel.ini | 31 +++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 dotfiles/hyprland/.config/fuzzel/fuzzel.ini (limited to 'dotfiles/hyprland/.config') diff --git a/dotfiles/hyprland/.config/fuzzel/fuzzel.ini b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini new file mode 100644 index 0000000..ce46448 --- /dev/null +++ b/dotfiles/hyprland/.config/fuzzel/fuzzel.ini @@ -0,0 +1,31 @@ +# Fuzzel config - matching waybar DWM-inspired theme +# Colors from waybar: bg=#222222, cpu=#bbbbbb, clock=#eeeeee, accent=#daa520 + +[main] +font=BerkeleyMono Nerd Font:size=14 +prompt=Search: +icon-theme=hicolor +icons-enabled=yes +width=30 +lines=12 +horizontal-pad=20 +vertical-pad=12 +inner-pad=8 +layer=overlay +exit-on-keyboard-focus-loss=yes + +[colors] +# Format: RRGGBBAA +background=222222f0 +text=eeeeeeff +selection=daa520ff +selection-text=222222ff +border=daa520ff +match=daa520ff +prompt=bbbbbbff +placeholder=888888ff +input=eeeeeeff + +[border] +width=2 +radius=16 -- cgit v1.2.3