From acc5ef7f4feeb57598adc44fbef622bd872ec9e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9gory=20Soutad=C3=A9?= Date: Tue, 5 May 2020 10:04:18 +0200 Subject: [PATCH] Update README.md --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d0340c6..6324702 100644 --- a/README.md +++ b/README.md @@ -23,9 +23,9 @@ All functions read JSON formatted parameters notify(): { "group": "groupname", - // style and icon-style are optional - // item can have text and/or icon - // item can have click action "signal" or "delete" + // item can have text and/or icon, other are optional + // click action can be : "signal" or "delete" + // box property can be : "left", "center" or "right" "items": [ { "name":"", @@ -34,6 +34,7 @@ All functions read JSON formatted parameters "icon-style":"", "icon":"", "on-click":"", + "box":"", }, ... ] }