Crates.io | systembus-notifier |
lib.rs | systembus-notifier |
version | 0.1.2 |
source | src |
created_at | 2022-08-06 23:49:55.722014 |
updated_at | 2022-09-21 09:30:26.02271 |
description | system dbus notification redirector |
homepage | |
repository | https://github.com/Elvyria/systembus-notifier |
max_upload_size | |
id | 640039 |
size | 17,178 |
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
.
If your user doesn't somehow have access to system bus, you should run systembus-notifier
as root.
Can be installed with cargo
:
cargo install systembus-notifier
To build this little thing, you'll need some Rust.
git clone https://github.com/Elvyria/systembus-notifier
cd systembus-notifier
cargo build --release