Notify app-name=zsh

This commit is contained in:
Avi Dessauer 2019-09-05 18:20:22 -04:00
parent 8ab1d0d8d2
commit 68fed1af8b
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ function _auto_notify_message() {
if [[ "$exit_code" != "0" ]]; then
urgency="critical"
fi
notify-send "$title" "$body" "--urgency=$urgency" "--expire-time=$AUTO_NOTIFY_EXPIRE_TIME"
notify-send "$title" "$body" --app-name=zsh "--urgency=$urgency" "--expire-time=$AUTO_NOTIFY_EXPIRE_TIME"
elif [[ "$platform" == "Darwin" ]]; then
osascript \
-e 'on run argv' \