Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by mail-b.sr.ht (Postfix) with ESMTPS id 6529DFF0D2 for <~mil/sxmo-devel@lists.sr.ht>; Thu, 23 Jul 2020 21:18:59 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id E9DB92400FB for <~mil/sxmo-devel@lists.sr.ht>; Thu, 23 Jul 2020 23:18:57 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCQDw4fvXz6tmW; Thu, 23 Jul 2020 23:18:56 +0200 (CEST) From: iressa To: ~mil/sxmo-devel@lists.sr.ht Cc: iressa Subject: [PATCH v2 sxmo-utils 0/1] Interactive/dynamic notifications Date: Thu, 23 Jul 2020 17:18:51 -0400 Message-Id: <20200723211852.18439-1-ian@eonndev.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable I did a quick rewrite of what I submitted before, with support for call notifications under the same notification service, and for notifications that don't generate with sxmo_notificationwrite.sh. I've consolidated the scripts a bit, so they're easier to understand. I've also added a watcher service to xinit. The only issue I see is that launching surf with the power button triggers the green LED, which throws off the notification light until there's another notification. iressa (1): Notification service v2 configs/appcfg/dunst.conf | 2 ++ scripts/core/sxmo_appmenu.sh | 13 ++++++-- scripts/core/sxmo_notifications.sh | 13 ++++++++ scripts/core/sxmo_notificationservice.sh | 40 ++++++++++++++++++++++++ scripts/core/sxmo_notificationwrite.sh | 30 ++++++++++++++++++ scripts/core/sxmo_xinit.sh | 1 + scripts/modem/sxmo_modemmonitor.sh | 31 +++++++++--------- 7 files changed, 113 insertions(+), 17 deletions(-) create mode 100755 scripts/core/sxmo_notifications.sh create mode 100755 scripts/core/sxmo_notificationservice.sh create mode 100755 scripts/core/sxmo_notificationwrite.sh --=20 2.27.0