nfy

Minimal and daemonless notification program for X
git clone git://git.margiolis.net/nfy.git
Log | Files | Refs | README | LICENSE

commit 28b2584b64f924866294dcfdae07d4df34eb980a
parent e87c72750e2e4955e2dfaccb89dcf6966c8e969e
Author: Christos Margiolis <christos@margiolis.net>
Date:   Fri,  1 Apr 2022 22:46:58 +0300

edit README

Diffstat:
MREADME | 11++++-------
1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/README b/README @@ -1,10 +1,9 @@ nfy === -nfy is a minimal and daemonless notification program for X. -It creates a temporary notification popup window and displays -all the arguments that were passed to it. Yes, it can queue -notifications as well. +nfy is a minimal and daemonless notification program for X. It reads input from +stdin (only), creates a temporary popup window and display it. It can queue +multiple notifications as well. Dependencies ------------ @@ -18,12 +17,10 @@ Usage $ nfy str... nfy will be installed in `/usr/local/bin` by default. + Configuration is done by editing config.h and recompiling the source code. -Configuration is done by editing `config.h` and recompiling the -source code. - Read the manpage for more. Report any bugs to <christos@margiolis.net>.