diff options
| author | Craig Jennings <c@cjennings.net> | 2026-01-27 17:50:54 -0600 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-01-27 17:57:28 -0600 |
| commit | 820bceaa869ec5c34f24a0b4e56b10ed299172ec (patch) | |
| tree | 54d00b7597fa5cb45c6f5e60e3ce8b5a1a9fe821 /dotfiles | |
| parent | 5a63ddeb4d853a62caa46264f5a9f9bc93cd479f (diff) | |
| download | archsetup-820bceaa869ec5c34f24a0b4e56b10ed299172ec.tar.gz archsetup-820bceaa869ec5c34f24a0b4e56b10ed299172ec.zip | |
feat(fuzzel): use dupre red border on pinentry password prompt
Add --border-color=d47c59ff (dupre red) and widen from 25 to 35
characters in pinentry-fuzzel so the password dialog stands out
from normal fuzzel usage and accommodates longer passwords.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Diffstat (limited to 'dotfiles')
| -rwxr-xr-x | dotfiles/hyprland/.local/bin/pinentry-fuzzel | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dotfiles/hyprland/.local/bin/pinentry-fuzzel b/dotfiles/hyprland/.local/bin/pinentry-fuzzel index 4cbe6b7..5c64968 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 35 --lines 0 --cache /dev/null --password --dmenu --border-color=d47c59ff) if [ -z "$PASS" ]; then # User cancelled - return error to GPG rm -f "$LASTFILE" |
