Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.
/ mako Public archive
forked from emersion/mako

A lightweight Wayland notification daemon

License

Notifications You must be signed in to change notification settings

arkdchst/mako

 
 

Repository files navigation

mako

A lightweight notification daemon for Wayland. Works on Sway.

mako screenshot

mako implements the GNOME Desktop Notifications Specification.

Feel free to join the IRC channel: ##emersion on irc.freenode.net.

Running

If you're using Sway you can start mako on launch by putting exec mako in your configuration file.

If you are using elogind, you might need to manually start a dbus user session: dbus-daemon --session --address=unix:path=$XDG_RUNTIME_DIR/bus

Building

Install dependencies:

  • meson (build-time dependency)
  • wayland
  • pango
  • cairo
  • systemd or elogind (for the sd-bus library)
  • gdk-pixbuf (optional, for icons support)
  • dbus (runtime dependency, user-session support is required)
  • scdoc (optional, for man pages)
  • jq (optional, runtime dependency)

Then run:

meson build
ninja -C build
build/mako

mako

License

MIT

About

A lightweight Wayland notification daemon

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 88.3%
  • SuperCollider 7.0%
  • Meson 2.9%
  • Shell 1.4%
  • Mako 0.4%