aboutsummaryrefslogtreecommitdiffhomepage
path: root/X11/rofi/pass.get
diff options
context:
space:
mode:
Diffstat (limited to 'X11/rofi/pass.get')
-rwxr-xr-xX11/rofi/pass.get5
1 files changed, 4 insertions, 1 deletions
diff --git a/X11/rofi/pass.get b/X11/rofi/pass.get
index 7bec799..c250384 100755
--- a/X11/rofi/pass.get
+++ b/X11/rofi/pass.get
@@ -48,7 +48,10 @@ if [ -n "$RESULT" ]; then
48 48
49# Password doesn't exist yet 49# Password doesn't exist yet
50# Go to next rofi execution 50# Go to next rofi execution
51else 51elif pass find $1 &>/dev/null; then
52 echo -e "\0prompt\x1fGPG Issue"
53 echo Passphase is not chached
54else
52 echo -e "\0prompt\x1f$1" 55 echo -e "\0prompt\x1f$1"
53 echo -e "\0message\x1fThis password doesn't exist, generate with custom arguments?" 56 echo -e "\0message\x1fThis password doesn't exist, generate with custom arguments?"
54 echo -e "\0data\x1f$1" 57 echo -e "\0data\x1f$1"