~crm/nfy

Minimal and daemonless notification program for X
a8870435 — Christos Margiolis 1 year, 4 months ago
minor change
change to O_WRONLY
fix first character eating when changing line

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~crm/nfy
read/write
git@git.sr.ht:~crm/nfy

You can also use your local clone with git send-email.

nfy
===

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
------------
- Xlib
- libXft
- libXrandr

Usage
-----
Make sure all settings in config.mk are set according to your system.

        # make install clean
        $ echo foo | nfy

nfy will be installed in `/usr/local/bin` by default.

Configuration is done by editing config.h and recompiling
the source code.

Read the manpage for more.

Report any bugs to <christos@margiolis.net>.