systembus-notifier

Crates.io License: MIT

Listener for D-Bus, that picks system notifications (net.nuetzlich.SystemNotifications) and redirects them to the user. Unlike systembus-notify, written in rust and doesn't depend on libsystemd.

WARNING: Currently in a pretty raw state, assumes that your user ID is 1000 and bus is located at /run/user/1000/bus

Usage

If your user doesn't somehow have access to system bus, you should run systembus-notifier as root.

Installation

Can be installed with cargo:

bash cargo install systembus-notifier

Building

To build this little thing, you'll need some Rust.

bash git clone https://github.com/Elvyria/systembus-notifier cd systembus-notifier cargo build --release

TODO