cosmic-applets/cosmic-applet-status-area/src/subscriptions/mod.rs
Ian Douglas Scott 6a64486163 Iced port of status area applet
This is based on the GTK version of the status area applet that was
previously in this repository.

This exposes app indicators found over dbus. As used in applications
like nm-applet and steam.
2023-08-24 16:57:27 -07:00

2 lines
63 B
Rust

pub mod status_notifier_item;
pub mod status_notifier_watcher;