23 lines
244 B
Markdown
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/
|