diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2023-02-26 13:19:27 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2023-02-26 13:19:42 +0800 |
commit | 005cf5f0fed1d253631e00e228f69d6e3e487771 (patch) | |
tree | 5d0f617a97ec2ace9e153c3d15506d182504061e | |
parent | 420e6e4a75c0e91bc643bef46298d646b68a32e2 (diff) |
Update
-rwxr-xr-x | X11/rofi/pass.get | 5 |
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 |
51 | else | 51 | elif pass find $1 &>/dev/null; then |
52 | echo -e "\0prompt\x1fGPG Issue" | ||
53 | echo Passphase is not chached | ||
54 | else | ||
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" |