diff --git a/README.md b/README.md index 805474b..f5cb4ae 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/s+ow b/s+ow index 362c711..bce254e 100755 --- a/s+ow +++ b/s+ow @@ -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