Files
snoti/README.md
2026-05-26 23:15:35 +09:00

23 lines
244 B
Markdown

# snoti
dbus notification daemon
## Dependencies
- plan9port
- libxcb
- libdbus
## Build
```
make
```
## Run
```
./snoti -n 6 -t 10000 -s coin.wav
OR
see run.sh
```
## Reference
- https://specifications.freedesktop.org/notification-spec/