Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adelsz/mnotify
Minimal D-Bus notification daemon
https://github.com/adelsz/mnotify
dbus freedesktop haskell notification x11 xmonad
Last synced: 12 days 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 (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-05T21:09:44.000Z (about 7 years ago)
- Last Synced: 2024-11-24T17:34:14.269Z (about 2 months ago)
- Topics: dbus, freedesktop, haskell, notification, x11, xmonad
- Language: Haskell
- Homepage:
- Size: 3.91 KB
- Stars: 5
- Watchers: 2
- 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:
![alt text](https://user-images.githubusercontent.com/761605/34437613-8451a556-eca8-11e7-8d58-094965398df3.png "mNotify screenshot")## 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