diff options
author | Emanoil Kotsev <deloptes@gmail.com> | 2021-06-05 12:35:10 +0200 |
---|---|---|
committer | Emanoil Kotsev <deloptes@gmail.com> | 2024-11-09 18:49:26 +0000 |
commit | 89b1302ca54bc14b96d620d1efa79ebf08fe93a1 (patch) | |
tree | ea50604b4d7fc35b7ce624ee734a1c00237c48ef /README | |
parent | 202ee25cb1c784abf9f13b74bfd2a27104e1e0e9 (diff) | |
download | kdbusnotification-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-- | README | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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" |