sxalert

Simple notification system for X
git clone git://mcdim.xyz/sxalert.git
Log | Files | Refs | README | LICENSE

commit d4045c9908dcb4b75d4d4cd0aaaabea2a43681d6
parent 07f645a147ee7b47fcbb52cd6abfca25ff7f1e14
Author: Michael Constantine Dimopoulos <mk@mcdim.xyz>
Date:   Sat,  2 Dec 2023 01:37:18 +0000

Updated readmes

Diffstat:
MREADME.md | 2+-
MREADME.txt | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -37,7 +37,7 @@ These will overwrite the defaults defined in `config.h` ## TODOs: + Read from stdin (perhaps as a patch) -+ Exit by event (perhaps as a patch) ++ <s>Exit by ButtonPress event</s> ## Optional D-Bus daemon hack I've created a small Shell script called [sxalertd](https://github.com/MichaelDim02/sxalertd) that can run as a daemon to read the D-Bus and use sxalert to draw the notifications. The script & parsing method are a little hacky but work quite well. diff --git a/README.txt b/README.txt @@ -68,7 +68,7 @@ These will overwrite the defaults defined in `config.h` TODOs ===== + Read from stdin (perhaps as a patch) -+ Exit by event (perhaps as a patch) ++ [DONE] Exit by ButtonPress event Optional D-Bus daemon hack ==========================