From 12edfd548e3413b4ee46b661859a56c37cbccd53 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 3 Jul 2022 10:03:09 -0400 Subject: [PATCH] Updated Notify_windows (markdown) --- Notify_windows.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Notify_windows.md b/Notify_windows.md index d87a0d2..edd678f 100644 --- a/Notify_windows.md +++ b/Notify_windows.md @@ -26,5 +26,11 @@ Assuming we're on a Windows computer, we can send a Windows Notification to ours ```bash # Send ourselves a windows notification apprise -vv -t "Test Message Title" -b "Test Message Body" \ - windows:// + "windows://" +``` + +Here is an example where we shorten the duration the popup stays active for: +```bash +# Send ourselves a windows notification +apprise -vv -b "A 5 second popup" "windows://?duration=5" ``` \ No newline at end of file