aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: c37ab806915dd09bb6042cb9b6ecb4e18888f6d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# corvid

a dbus notification server that outputs json. intended for use with [eww](https://github.com/elkowar/eww).

## subcommands
- `server`: run the server
- `dismiss <id>`: dismiss specific notification
- `dismiss-all`: dismiss all notifications

## environment variables
- `CORVID_DEFAULT_EXPIRATION`: default notification expiration in ms. `-1` = never (default: `5000`)
- `CORVID_SORT_DIRECTION`: notification sort direction, either `NEWEST_FIRST` or `OLDEST_FIRST` (default: `NEWEST_FIRST`)