pub / pp-notifier

Instant Messenger Notification daemon for the PinePhone
git clone https://src.jayvii.de/pub/pp-notifier.git
Home | Log | Files | Exports | Refs | README | RSS

commit d52116066c714e79454f029be8c23ff04e11b3b6
parent 8f7a478b611ff63cff670dad6dc1d97fbc58fe72
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 23 Aug 2021 13:57:56 +0200

Notify about exit

Diffstat:
Mim-notifier.sh | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/im-notifier.sh b/im-notifier.sh @@ -86,4 +86,7 @@ while :; do done -# EOF +# Notify user about running state of the daemon +im_notify "IM-Notifier" 0 "gnome-settings" "IM-Notifier stopped..." + +# EOF im-notifier.sh