A lightweight notification daemon for Wayland. Works on Sway.
If you're using Sway you can start mako on launch by putting exec mako
in
your configuration file.
Install dependencies:
- meson (build-time dependency)
- wayland
- pango
- cairo
- systemd or elogind (for the sd-bus library)
Then run:
meson build
ninja -C build
build/mako
MIT