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.
12 lines
284 B
TOML
12 lines
284 B
TOML
[package]
|
|
name = "cosmic-applet-status-area"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0-or-later"
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
libcosmic.workspace = true
|
|
serde = "1"
|
|
tokio = { version = "1.23.0" }
|
|
zbus = { version = "3", default-features = false, features = ["tokio"] }
|