From 4ddefd5e715b1ba45b95f1cd5ce39226b8937d63 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Tue, 27 Jan 2026 17:50:54 -0600 Subject: feat(fuzzel): use dupre red border on pinentry password prompt Add --border-color=d47c59ff (dupre red) to the fuzzel invocation in pinentry-fuzzel so the password dialog stands out from normal fuzzel usage. Co-Authored-By: Claude Opus 4.5 --- dotfiles/hyprland/.local/bin/pinentry-fuzzel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dotfiles') diff --git a/dotfiles/hyprland/.local/bin/pinentry-fuzzel b/dotfiles/hyprland/.local/bin/pinentry-fuzzel index 4cbe6b7..707db4c 100755 --- a/dotfiles/hyprland/.local/bin/pinentry-fuzzel +++ b/dotfiles/hyprland/.local/bin/pinentry-fuzzel @@ -83,7 +83,7 @@ while read cmd rest; do else LABEL="reenter: " fi - PASS=$(fuzzel --prompt "$LABEL" --width 25 --lines 0 --cache /dev/null --password --dmenu) + PASS=$(fuzzel --prompt "$LABEL" --width 25 --lines 0 --cache /dev/null --password --dmenu --border-color=d47c59ff) if [ -z "$PASS" ]; then # User cancelled - return error to GPG rm -f "$LASTFILE" -- cgit v1.2.3