first commit

This commit is contained in:
2026-05-26 23:15:35 +09:00
commit 3df6e5d0dc
16 changed files with 5962 additions and 0 deletions

22
README.md Normal file
View File

@@ -0,0 +1,22 @@
# 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/