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.
35 lines
1.2 KiB
TOML
35 lines
1.2 KiB
TOML
[workspace]
|
|
|
|
members = [
|
|
"cosmic-app-list",
|
|
"cosmic-applet-audio",
|
|
"cosmic-applet-battery",
|
|
"cosmic-applet-bluetooth",
|
|
"cosmic-applet-graphics",
|
|
"cosmic-applet-network",
|
|
"cosmic-applet-notifications",
|
|
"cosmic-applet-power",
|
|
"cosmic-applet-status-area",
|
|
"cosmic-applet-time",
|
|
"cosmic-applet-workspaces",
|
|
"cosmic-panel-button",
|
|
]
|
|
|
|
resolver="2"
|
|
|
|
[workspace.dependencies]
|
|
cctk = { git = "https://github.com/pop-os/cosmic-protocols", package = "cosmic-client-toolkit", rev = "e39748e" }
|
|
cosmic-protocols = { git = "https://github.com/pop-os/cosmic-protocols", default-features = false, features = ["client"], rev = "e39748e" }
|
|
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features = false, features = ["libcosmic", "once_cell"] }
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = ["applet", "tokio", "wayland"] }
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
# lto = "fat"
|
|
|
|
# [patch."https://github.com/pop-os/cosmic-time"]
|
|
# cosmic-time = { path = "../cosmic-time" }
|
|
# [patch."https://github.com/pop-os/libcosmic"]
|
|
# libcosmic = { path = "../libcosmic" }
|
|
# [patch."https://github.com/pop-os/cosmic-config"]
|
|
# cosmic-config = { path = "../libcosmic/cosmic-config" }
|