https://github.com/adelsz/mnotify
Minimal D-Bus notification daemon
https://github.com/adelsz/mnotify
dbus freedesktop haskell notification x11 xmonad
Last synced: 3 months ago
JSON representation
Minimal D-Bus notification daemon
- Host: GitHub
- URL: https://github.com/adelsz/mnotify
- Owner: adelsz
- Created: 2017-12-29T12:38:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T21:09:44.000Z (over 7 years ago)
- Last Synced: 2025-04-10T09:24:25.580Z (3 months ago)
- Topics: dbus, freedesktop, haskell, notification, x11, xmonad
- Language: Haskell
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
mnotify
=======A minimalistic notification daemon.
Written in Haskell and dependent only on X11 and D-Bus.
Receives notifications by partially implementing the **org.freedesktop.Notifications** D-Bus service specification.Best used with a window manager like xmonad:
## Dependencies:
* [X11 Bindings Package](https://hackage.haskell.org/package/X11)
* [D-Bus Library](https://hackage.haskell.org/package/dbus)## Todo:
* Make it a Cabal package
* Add command help
* Allow configuration with cmd flags
* Implement more of the freedesktop service specification