Received: from mout02.posteo.de (mout02.posteo.de [185.67.36.142]) by mail-b.sr.ht (Postfix) with ESMTPS id 6A092FF16C for <~mil/sxmo-devel@lists.sr.ht>; Fri, 24 Jul 2020 05:06:20 +0000 (UTC) Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id F11252400FB for <~mil/sxmo-devel@lists.sr.ht>; Fri, 24 Jul 2020 07:06:18 +0200 (CEST) Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4BCcc94Ybzz9rxN; Fri, 24 Jul 2020 07:06:17 +0200 (CEST) From: iressa To: ~mil/sxmo-devel@lists.sr.ht Cc: iressa Subject: [PATCH v3 sxmo-utils 0/1] Interactive/dynamic notifications Date: Fri, 24 Jul 2020 01:06:11 -0400 Message-Id: <20200724050612.10133-1-ian@eonndev.com> X-Mailer: git-send-email 2.27.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Notification service scripts / modifications rewritten for grammar and style. -Timestamps will appear in the notifications.sh menu now. -Corrected LED behavior when starting the notification service. iressa (1): Notification service v3 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 | 32 ++++++++++--------- 7 files changed, 114 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