From 7b216a5bd117a048283acae113253e19f905e6dc Mon Sep 17 00:00:00 2001 From: Hsieh Chin Fan Date: Mon, 6 Mar 2023 09:12:45 +0800 Subject: Improve pass script --- X11/rofi/pass.get | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'X11') diff --git a/X11/rofi/pass.get b/X11/rofi/pass.get index 9aaf542..18230fe 100755 --- a/X11/rofi/pass.get +++ b/X11/rofi/pass.get @@ -48,7 +48,10 @@ if [ -n "$RESULT" ]; then coproc ( rofi -e "Copied: $1$EXTRA" ) elif [ -f "$HOME/.password-store/$1.gpg" ]; then - coproc ( rofi -e "GPG passphase is not chached" ) + coproc ( + rofi -e "GPG passphase is not chached" \ + -theme-str '#window { font: "hacker 40"; }' + ) else # Password doesn't exist yet # Go to next rofi execution -- cgit v1.2.3-70-g09d2