a small tweak to show that we are entering a pass via dmenu
This commit is contained in:
parent
a08c773ece
commit
5c2c99db25
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ password_files=( "$prefix"/**/*.gpg )
|
||||||
password_files=( "${password_files[@]#"$prefix"/}" )
|
password_files=( "${password_files[@]#"$prefix"/}" )
|
||||||
password_files=( "${password_files[@]%.gpg}" )
|
password_files=( "${password_files[@]%.gpg}" )
|
||||||
|
|
||||||
password=$(printf '%s\n' "${password_files[@]}" | dmenu "$@")
|
password=$(printf '%s\n' "${password_files[@]}" | dmenu -p pass "$@")
|
||||||
|
|
||||||
[[ -n $password ]] || exit
|
[[ -n $password ]] || exit
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue