From b894abf693a3f357cd258bd58f868891edb6886d Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 17 Sep 2023 15:59:10 -0400 Subject: [PATCH] Updated Notify_macosx (markdown) --- Notify_macosx.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Notify_macosx.md b/Notify_macosx.md index c11c8b4..b0a5e50 100644 --- a/Notify_macosx.md +++ b/Notify_macosx.md @@ -32,5 +32,10 @@ We can send a notification to ourselves like so: ```bash # Send ourselves a MacOS desktop notification apprise -vv -t "Test Message Title" -b "Test Message Body" \ - macosx:// + "macosx://" + +# Send ourselves a MacOS desktop notification with the default sound +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + "macosx://_/?sound=default" + ``` \ No newline at end of file