qute: pass filler
This commit is contained in:
parent
2ac56e6c8f
commit
21cb9521c2
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@ set -x
|
|||
|
||||
log() {
|
||||
# echo "$@" >&2
|
||||
notify-send -t 1000 "Gopass form filler" "$*"
|
||||
notify-send "Gopass form filler" "$*"
|
||||
}
|
||||
|
||||
qute-command() {
|
||||
|
@ -30,7 +30,7 @@ then
|
|||
secret="$(printf "%s\n" "${secrets[@]}" | rofi -dmenu)"
|
||||
elif (( ${#secrets[@]} < 1 ))
|
||||
then
|
||||
log "No secret found!"
|
||||
log "No secret found for domain $domain !"
|
||||
exit 0
|
||||
else
|
||||
secret="${secrets[0]}"
|
||||
|
|
Loading…
Add table
Reference in a new issue