Typo fix
Removed unused headers
Got rid of most everything, who needs threads, those are complicated

heads

tip
browse log

clone

read-only
https://hg.sr.ht/~scoopta/libnotif
read/write
ssh://hg@hg.sr.ht/~scoopta/libnotif

#libnotif

libnotif is a library providing a rudimentary notification daemon

#Dependencies

libglib2.0-dev
pkg-config
meson

#Building

hg clone https://hg.sr.ht/~scoopta/libnotif
cd libnotif
meson build
ninja -C build

#Installing

sudo ninja -C build install

#Uninstalling

sudo ninja -C build uninstall