An open API service indexing awesome lists of open source software.

https://github.com/misyltoad/simple_notif_daemon

A simple notification daemon that prints to stdout.
https://github.com/misyltoad/simple_notif_daemon

Last synced: about 1 year ago
JSON representation

A simple notification daemon that prints to stdout.

Awesome Lists containing this project

README

          

# Simple Notification Daemon

This very simple notification daemon example prints any notifications to stdout.

This project is simply to serve as a very simple, cut down example on how to implement a notif daemon.

A lot of code was taken from [Mako](https://github.com/emersion/mako).
Check out that project if you want a fully featured notif daemon for Wayland!