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.
- Host: GitHub
- URL: https://github.com/misyltoad/simple_notif_daemon
- Owner: misyltoad
- License: mit
- Created: 2023-02-04T07:33:18.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-05T00:41:06.000Z (over 3 years ago)
- Last Synced: 2024-09-21T17:17:31.857Z (over 1 year ago)
- Language: C
- Size: 16.6 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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!