From fe61e8e9bf0cb95171fee2fc0382dacb11fb5b58 Mon Sep 17 00:00:00 2001 From: Fredrik Salomonsson Date: Sun, 3 May 2020 12:01:37 -0700 Subject: Using ">:" for the prompt of confirm popup (#4) Instead of `pinentry-prompt` as that is only set when it ask for the pin. --- pinentry-rofi.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pinentry-rofi.scm b/pinentry-rofi.scm index 00702da..81aea7a 100755 --- a/pinentry-rofi.scm +++ b/pinentry-rofi.scm @@ -226,7 +226,7 @@ touch-file=/run/user/1000/gnupg/S.gpg-agent" "|" ,(format #f "env DISPLAY=~a" (pinentry-display pinentry)) "rofi -dmenu -disable-history -only-match -l 2 -i" - ,(format #f "-p ~s" (pinentry-prompt pinentry)) + ,(format #f "-p '>'") ,(format #f "-mesg ~s" (if (pinentry-error pinentry) (format #f "~a\n~a" (pinentry-error pinentry) -- cgit