https://github.com/instantos/instantnotify
Notification center for instantOS
https://github.com/instantos/instantnotify
instantos notification-center
Last synced: 6 months ago
JSON representation
Notification center for instantOS
- Host: GitHub
- URL: https://github.com/instantos/instantnotify
- Owner: instantOS
- License: gpl-2.0
- Created: 2020-07-19T14:51:25.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2023-10-09T10:12:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-23T08:22:50.213Z (over 1 year ago)
- Topics: instantos, notification-center
- Language: Shell
- Homepage:
- Size: 48.8 KB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# instantNOTIFY
Notification center for instantOS It uses dunst for popover notifications and
instantMENU as the interface. The functionality is inspired by the android
notification area, allowing to access and delete past notifications, searching
through notifications marking as read/unread.## requirements
* instantMENU
* bash
* sqlite
* dunst
* dunst config that triggers ```instantnotifytrigger```
* mpv## config
instantNOTIFY has two ignore files that allow ignoring or silencing
notifications from specific applications.```sh
~/.config/instantos/notifysilent # contains applications that are not supposed to make a sound
~/.config/instantos/notifyignore # contains applications that are not supposed to have their notifications show up in the notification center
```