Skip to content

regolith-linux/lago

Repository files navigation

Lago

A command line interface to the Rofication desktop notification system. Lago can be used to view and delete desktop notifications.

Usage

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

List Notifications

lago ls

Delete Notification by ID

lago rm 4

Delete Notification by Source

lago rm Slack

Delete all Notifications

lago clear

Compatibility

Lago should be compatible with both the original Rofication project as well as the Regolith version.

Build

git clone https://github.com/regolith-linux/lago
cd lago && mkdir build && cd build
meson ..
ninja
sudo ninja install
sudo ldconfig

Status

Lago can be considered alpha quality. Fixes in PR welcome. Feature additions, ask first please.