From 01b447eed622c4efcf6e310d7870b0a2087de758 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:47:20 -0400 Subject: [PATCH] Updated Notify_gnome (markdown) --- Notify_gnome.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_gnome.md b/Notify_gnome.md index 7ab42bd..c9102e4 100644 --- a/Notify_gnome.md +++ b/Notify_gnome.md @@ -18,5 +18,6 @@ There are no parameters at this time. Assuming we're on an OS that allows us to host the Gnome Desktop, we can send a notification to ourselves like so: ```bash # Send ourselves a Gnome desktop notification -apprise gnome:// +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + gnome:// ``` \ No newline at end of file