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.
This commit is contained in:
Ian Douglas Scott 2023-01-03 14:36:56 -08:00
parent 29a2dea760
commit 6a64486163
16 changed files with 1313 additions and 1 deletions

11
Cargo.lock generated
View file

@ -841,6 +841,17 @@ dependencies = [
"zbus",
]
[[package]]
name = "cosmic-applet-status-area"
version = "0.1.0"
dependencies = [
"futures",
"libcosmic",
"serde",
"tokio",
"zbus",
]
[[package]]
name = "cosmic-applet-time"
version = "0.1.0"