3 releases
0.1.2 | Sep 21, 2022 |
---|---|
0.1.1 | Aug 6, 2022 |
0.1.0 | Aug 6, 2022 |
#32 in #listener
7KB
102 lines
systembus-notifier
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
.
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
:
cargo install systembus-notifier
Building
To build this little thing, you'll need some Rust.
git clone https://github.com/Elvyria/systembus-notifier
cd systembus-notifier
cargo build --release
TODO
- Multiple users.
Dependencies
~11MB
~224K SLoC