notice/README.md
2025-04-03 09:50:59 +02:00

19 lines
325 B
Markdown

# notice
Basic text-based D-Bus notification handler that outputs JSON compatible
with Waybar.
## waybar integration
In `.config/waybar/config.jsonc`:
```jsonc
"custom/notifications": {
"format": "{}",
"max-length": 64,
"hide-empty-text": true,
"return-type": "json",
"exec": "/path/to/notice",
}
```