a
This commit is contained in:
parent
506c43762d
commit
041d3f7c7d
1 changed files with 3 additions and 1 deletions
|
@ -18,6 +18,8 @@ password=$(printf '%s\n' "${password_files[@]}" | $HOME/.local/scripts/rofiwrap.
|
|||
|
||||
[[ -n $password ]] || exit
|
||||
|
||||
MSG=$(pass show -c1 "$password" 2>&1)
|
||||
exec 3< <(pass show -c "$password" 2>&1)
|
||||
read <&3 MSG
|
||||
notify-send "Password copied." "$MSG"
|
||||
wait
|
||||
|
||||
|
|
Loading…
Reference in a new issue