auto-notify.plugin.zsh aktualisiert
This commit is contained in:
parent
0a2b2f4601
commit
e9ca099379
1 changed files with 2 additions and 3 deletions
|
@ -60,10 +60,9 @@ function _auto_notify_message() {
|
||||||
icon=${AUTO_NOTIFY_ICON_FAILURE:-""}
|
icon=${AUTO_NOTIFY_ICON_FAILURE:-""}
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local arguments=("--title=$title" "--priority=$urgency" "$body")
|
local arguments=("--title='$title'" "--priority='$urgency'" "zsh_events" "$body")
|
||||||
|
|
||||||
echo "ntfy publish zsh_events ${arguments[@]}" > /tmp/debug
|
ntfy publish ${arguments[@]}
|
||||||
ntfy publish zsh_events ${arguments[@]}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function _is_auto_notify_ignored() {
|
function _is_auto_notify_ignored() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue