Skip to content

earboxer/mako

This branch is 10 commits ahead of, 41 commits behind emersion/mako:master.

Folders and files

NameName
Last commit message
Last commit date
Nov 26, 2021
Sep 21, 2022
Jul 26, 2023
Jul 29, 2023
Jun 28, 2022
May 10, 2018
May 16, 2018
Apr 22, 2018
May 19, 2021
Apr 16, 2019
Feb 6, 2023
Jul 31, 2023
Dec 26, 2020
Feb 17, 2021
Mar 16, 2023
Jul 4, 2022
Jan 11, 2020
Jul 29, 2023
Sep 21, 2022
Sep 21, 2022
Jun 1, 2023
Mar 28, 2022
Jul 4, 2022
Jul 26, 2023
Jan 21, 2019
May 19, 2023
Apr 12, 2019
May 3, 2021
Jul 29, 2023
Aug 25, 2022

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 using elogind, 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)
  • jq (optional, runtime dependency)

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%