summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-01-27 17:50:54 -0600
committerCraig Jennings <c@cjennings.net>2026-01-27 17:53:20 -0600
commit4ddefd5e715b1ba45b95f1cd5ce39226b8937d63 (patch)
tree6fbc34479584ed52028f45934b6dd64d01a134f4
parentf6dc4b2040121a0d8a54d1fc90070bff6620321d (diff)
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 <noreply@anthropic.com>
-rwxr-xr-xdotfiles/hyprland/.local/bin/pinentry-fuzzel2
-rw-r--r--todo.org2
2 files changed, 2 insertions, 2 deletions
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"
diff --git a/todo.org b/todo.org
index e0a301d..c82f737 100644
--- a/todo.org
+++ b/todo.org
@@ -133,7 +133,7 @@ Remove or disable the border color to match the clean aesthetic.
Also, the text is quite large. For consistency, we should make it the same size as the waybar text.
-**** TODO [#B] Change fuzzel border color for visibility
+**** DONE [#B] Change fuzzel pinentry border color for visibility
Fuzzel menu border blends in too much. Change border color to blue or red
to make the menu more visible when it appears.