# corvid a dbus notification server that outputs json. intended for use with [eww](https://github.com/elkowar/eww). ## subcommands - `server`: run the server - `dismiss `: 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`)