Skip to content

earboxer/mako

This branch is 4 commits ahead of, 3 commits behind emersion/mako:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f2ea430 · Mar 11, 2025
Nov 26, 2021
Feb 7, 2025
Mar 7, 2025
Mar 11, 2025
Mar 11, 2025
Dec 26, 2023
May 10, 2018
Aug 24, 2024
Apr 22, 2018
Feb 18, 2025
Apr 16, 2019
Feb 7, 2025
Mar 11, 2025
Feb 16, 2024
Feb 17, 2021
Feb 16, 2024
Feb 7, 2025
Mar 7, 2025
Feb 5, 2025
Mar 28, 2022
Jan 19, 2025
Mar 7, 2025
Feb 16, 2024
Mar 1, 2025
Apr 12, 2019
Feb 16, 2024
Mar 11, 2025
Apr 20, 2024

Repository files navigation

mako

A lightweight notification daemon for Wayland. Works on Sway.

mako screenshot

mako implements the FreeDesktop Notifications Specification.

Feel free to join the IRC channel: #emersion on irc.libera.chat.

Running

mako will run automatically when a notification is emitted. This happens via D-Bus activation, so you don't really need to explicitly start it up (this also allows delaying its startup time and speed up system startup).

If you have several notification daemons installed though, you might want to explicitly start this one. Some ways of achieving this is:

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

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

Configuration

mako can be extensively configured and customized - feel free to read more using the command man 5 mako

For control of mako during runtime, makoctl can be used; see man makoctl

Building

Install dependencies:

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

Then run:

meson build
ninja -C build
build/mako

mako

I have a question!

See the faq section in the wiki.

License

MIT

About

A lightweight Wayland notification daemon

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 92.5%
  • Shell 4.4%
  • Meson 3.1%