summaryrefslogtreecommitdiff
path: root/.local/bin/mc-pass
diff options
context:
space:
mode:
Diffstat (limited to '.local/bin/mc-pass')
-rwxr-xr-x.local/bin/mc-pass4
1 files changed, 2 insertions, 2 deletions
diff --git a/.local/bin/mc-pass b/.local/bin/mc-pass
index 046a565..7dc868d 100755
--- a/.local/bin/mc-pass
+++ b/.local/bin/mc-pass
@@ -2,11 +2,11 @@
trap '
wl-copy </dev/null
- notify-send -a "${0##*/}" "Password Cleared" \
+ notify "${0##*/}" "mc pass" "Password Cleared" \
"The password was cleared from the clipboard."
' INT EXIT TERM
vlt raw Email thomasvoss@live.com | wl-copy
-notify-send -a "${0##*/}" 'Password Copied' \
+notify "${0##*/}" 'mc pass' 'Password Copied' \
'The password will be cleared from the clipboard in 10 seconds.'
sleep 10