From dbac80f4ae86426159fa9845b41ed2439f96e734 Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Mon, 3 Aug 2020 09:45:59 -0400 Subject: [PATCH] Updated Notify_dbus (markdown) --- Notify_dbus.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Notify_dbus.md b/Notify_dbus.md index ed77204..502843d 100644 --- a/Notify_dbus.md +++ b/Notify_dbus.md @@ -27,5 +27,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 DBus related desktop notification -apprise dbus:// +apprise -vv -t "Test Message Title" -b "Test Message Body" \ + dbus:// ``` \ No newline at end of file