Go plaintext notification daemon.
Find a file
2025-04-03 09:50:59 +02:00
go.mod feat: notice daemon implementation 2025-04-03 09:37:57 +02:00
go.sum feat: notice daemon implementation 2025-04-03 09:37:57 +02:00
main.go refactor: separate dbus functions from internal 2025-04-03 09:48:29 +02:00
README.md docs: add readme 2025-04-03 09:50:59 +02:00

notice

Basic text-based D-Bus notification handler that outputs JSON compatible with Waybar.

waybar integration

In .config/waybar/config.jsonc:

"custom/notifications": {
    "format": "{}",
    "max-length": 64,
    "hide-empty-text": true,
    "return-type": "json",
    "exec": "/path/to/notice",
}