systembus-notifier

Crates.iosystembus-notifier
lib.rssystembus-notifier
version0.1.2
sourcesrc
created_at2022-08-06 23:49:55.722014
updated_at2022-09-21 09:30:26.02271
descriptionsystem dbus notification redirector
homepage
repositoryhttps://github.com/Elvyria/systembus-notifier
max_upload_size
id640039
size17,178
(Elvyria)

documentation

README

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.

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.
Commit count: 6

cargo fmt