diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-28 22:15:21 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2023-11-28 22:15:21 +0100 |
commit | 1fc2fa680dfa98e0346a1d7742ac0244a47daad4 (patch) | |
tree | 809d082bb8b785c6d1ccfc16fff4cae9f68bb670 /bin | |
parent | 3f61a68a91d3d5058b7f26d7ea3666a507834652 (diff) | |
parent | 2150bcc82747601f7717e752672483967659a40b (diff) |
Merge branch 'main' of debuc.com:dotfiles
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>" |