diff options
| author | Caroline Larimore <caroline@larimo.re> | 2025-05-13 20:26:12 -0700 |
|---|---|---|
| committer | Caroline Larimore <caroline@larimo.re> | 2025-05-13 20:27:35 -0700 |
| commit | ac49191802ada10deac71fe0ad2f9bf33099d8a5 (patch) | |
| tree | df38562c152bed2117031b40617b12dceb9462ca /README.md | |
| parent | 029ab5a0abdb4c079db95a68e2d886af870b6f67 (diff) | |
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -1,3 +1,12 @@ # corvid -A DBus Notification server that outputs JSON. Intended for use with [eww](https://github.com/elkowar/eww). I may eventually actually document this, but it's fairly simple.
\ No newline at end of file +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`) |