A command line interface to the Rofication desktop notification system. Lago can be used to view and delete desktop notifications.
src/lago -h
Usage:
lago [ ls | rm <id> | rm <app> | clear ]
Help Options:
-h, --help Show help options
Application Options:
-v, --version Display version number
-s <Socket URI> Socket path to connect to notification server
lago ls
lago rm 4
lago rm Slack
lago clear
Lago should be compatible with both the original Rofication project as well as the Regolith version.
git clone https://github.com/regolith-linux/lago
cd lago && mkdir build && cd build
meson ..
ninja
sudo ninja install
sudo ldconfig
Lago can be considered alpha quality. Fixes in PR welcome. Feature additions, ask first please.