diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-27 23:46:10 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-27 23:46:10 +0100 |
commit | f989900f49b186154db323797f8636d44f7d8c1f (patch) | |
tree | e35cceef0e3207dd145dbce62f2ade4c7c1d5b34 /bin | |
parent | c4891479907e73bd667cd855c52a70f9acf7dc00 (diff) |
added notification
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/menuscripts/mpass-otp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/menuscripts/mpass-otp b/bin/menuscripts/mpass-otp index b60f953..e771f9f 100755 --- a/bin/menuscripts/mpass-otp +++ b/bin/menuscripts/mpass-otp @@ -4,3 +4,4 @@ pass="$(find "$PASSWORD_STORE_DIR"/keys/otp -name "*.gpg" -printf '%f\n' | commander -c)" [ "$pass" ] || exit 1 pass otp -c keys/otp/"$pass" +notify-send -t 1000 "mpass" "copied <b>$pass</b>" |