https://github.com/zoomten/nx-notification-dock
A vertical notification dock written in PyQt5, works in Linux / BSD
https://github.com/zoomten/nx-notification-dock
Last synced: 11 months ago
JSON representation
A vertical notification dock written in PyQt5, works in Linux / BSD
- Host: GitHub
- URL: https://github.com/zoomten/nx-notification-dock
- Owner: ZoomTen
- Created: 2018-07-15T11:54:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-15T12:17:18.000Z (almost 8 years ago)
- Last Synced: 2025-03-06T02:24:15.176Z (about 1 year ago)
- Language: Python
- Size: 1.15 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# nx-notification-dock
A vertical notification dock written in PyQt5, works in Linux / BSD.
Best used embedded in a panel/sidebar (preview uses `xfce4-panel` with `xfce4-embed-plugin`)

Requires:
* `python3` with `PyQt5`
* Working freedesktop-compliant d-bus and notifications
* "Franklin Gothic Medium" font, though you can change this *in `nx-notify.py`* at the moment.
Features:
* Simple notification viewing
* Marquee/ticker style for longer text
* Simple notification grouping (by summary/subject)
* Notification logging (to `/tmp/notifs-20180715.txt`, for example)
Execution:
`chmod +x && ./nx-notify.py` -or- `python3 nx-notify.py`