Update 2023-01-15 09:30 OpenBSD/amd64

This commit is contained in:
c0dev0id
2023-01-15 09:30:39 +01:00
parent 55c51ddc3e
commit 4cac041457
4 changed files with 26 additions and 422 deletions

View File

@@ -23,7 +23,7 @@ url_info=$(printf "%s" "$password_out" | grep -Ei '^url' | awk -F"[ :]*" '{ $1="
# show desktop notification
if [[ -n $password_info ]]; then
notify pass "$(printf '%s' "$password_info")"
notify-send "$(printf '%s' "$password_info")"
else
notify pass "No username provided."
notify-send "No username provided."
fi