summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEmanoil Kotsev <deloptes@gmail.com>2021-06-05 12:35:10 +0200
committerEmanoil Kotsev <deloptes@gmail.com>2024-11-09 18:49:26 +0000
commit89b1302ca54bc14b96d620d1efa79ebf08fe93a1 (patch)
treeea50604b4d7fc35b7ce624ee734a1c00237c48ef /README
parent202ee25cb1c784abf9f13b74bfd2a27104e1e0e9 (diff)
downloadkdbusnotification-89b1302ca54bc14b96d620d1efa79ebf08fe93a1.tar.gz
kdbusnotification-89b1302ca54bc14b96d620d1efa79ebf08fe93a1.zip
some improvments
display icon instead of text if supplied Signed-off-by: Emanoil Kotsev <deloptes@gmail.com>
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 16 insertions, 0 deletions
diff --git a/README b/README
index d82dff2..37b9058 100644
--- a/README
+++ b/README
@@ -70,3 +70,19 @@ gdbus call \
"[]" \
"{}" \
"2000"
+
+To test hypertext
+
+gdbus call \
+ --session \
+ --dest org.freedesktop.Notifications \
+ --object-path /org/freedesktop/Notifications \
+ --method org.freedesktop.Notifications.Notify \
+ "<b>Identifier</b>" \
+ "5" \
+ "/usr/share/icons/hicolor/72x72/mimetypes/virtualbox-vbox.png" \
+ "<b>Notification title</b>" \
+ "<b>Notification:</b><br/>Some Text here" \
+ "[]" \
+ "{}" \
+ "2000"