Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/emersion/mako
A lightweight Wayland notification daemon
https://github.com/emersion/mako
cli notifications swaywm wayland
Last synced: 1 day ago
JSON representation
A lightweight Wayland notification daemon
- Host: GitHub
- URL: https://github.com/emersion/mako
- Owner: emersion
- License: mit
- Created: 2018-04-22T17:05:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-05T11:50:50.000Z (2 months ago)
- Last Synced: 2024-11-27T21:01:56.404Z (15 days ago)
- Topics: cli, notifications, swaywm, wayland
- Language: C
- Homepage: https://wayland.emersion.fr/mako
- Size: 736 KB
- Stars: 2,260
- Watchers: 26
- Forks: 139
- Open Issues: 96
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hyprland - mako
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/emersion/mako - Wayland notification daemon (Jump To / Linux)
- awesome-useful-projects - <img src="https://icon.horse/icon/github.com" height="20px" align="center"/>/emersion/mako - Wayland notification daemon (Jump To / Linux)
- awesome-starred - mako - A lightweight Wayland notification daemon (C)
- Fuchsia-Guide - Mako
- awesome-linux-ricing - mako - Lightweight Wayland notification daemon. (Notifications Daemon / Utilities)
README
# mako
A lightweight notification daemon for Wayland. Works on Sway.
mako implements the [FreeDesktop Notifications Specification][spec].
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)
* jq (optional, runtime dependency)Then run:
```shell
meson build
ninja -C build
build/mako
```
## I have a question!
See the [faq section in the wiki](https://github.com/emersion/mako/wiki/Frequently-asked-questions).
## License
MIT
[spec]: https://specifications.freedesktop.org/notification-spec/latest/
[basu]: https://github.com/emersion/basu