diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-25 19:31:39 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-25 19:31:39 -0600 |
| commit | f7cafa3556505fb4fe4971574f684f6780ee2d4c (patch) | |
| tree | 0fecea7fc277f347cf57a023b014644b815aff92 /dotfiles/hyprland/.config | |
| parent | 46edac20cdbca12d30e00db56460726583e3ce6d (diff) | |
| download | archsetup-f7cafa3556505fb4fe4971574f684f6780ee2d4c.tar.gz archsetup-f7cafa3556505fb4fe4971574f684f6780ee2d4c.zip | |
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
Diffstat (limited to 'dotfiles/hyprland/.config')
| -rw-r--r-- | dotfiles/hyprland/.config/fuzzel/fuzzel.ini | 31 |
1 files changed, 31 insertions, 0 deletions
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 |
