Skip to content

emersion/mako

Folders and files

NameName
Last commit message
Last commit date

Latest commit

e8e4c4d · Jul 19, 2019
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mako

A lightweight notification daemon for Wayland. Works on Sway.

mako screenshot

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)

Then run:

meson build
ninja -C build
build/mako

mako

License

MIT