This commit is contained in:
Mark Joshwel 2023-10-28 18:25:57 +00:00
parent 8fdb168a8f
commit 3670550a0e
2 changed files with 4 additions and 1 deletions

View file

@ -158,6 +158,9 @@ JID_NOMINAL_TARGET=x JID_ERRORED_TARGET=x ~/.local/bin/s+ow mdtest
_(here we use dummy values for the JIDs just to appease the checks done by s+ow)_
wait for mdtest to sync with WhatsApp. you can safely leave after a minute or after the
console stops moving. whichever comes first.
s+ow uses two environment variables:
1. `JID_NOMINAL_TARGET`

2
s+ow
View file

@ -133,7 +133,7 @@ notify_end() {
--priority "min" \
--id "s+ow" \
--title "surplus on wheels" \
--content "$(printf 'Run has finished. (%d, %d)\n\n%s' "$1" "$2" "$3" "$4")"
--content "$(printf 'Run has finished. (%d, %d, %d)\n\n%s' "$1" "$2" "$3" "$4")"
}
# program functions