refactor: tiling applet

This commit is contained in:
Ashley Wulber 2024-02-12 10:10:56 -05:00 committed by Ashley Wulber
parent 34c4bada71
commit 9c9e3986a1
9 changed files with 735 additions and 220 deletions

View file

@ -27,13 +27,14 @@ cosmic-time = { git = "https://github.com/pop-os/cosmic-time", default-features
"libcosmic",
"once_cell",
] }
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false, features = [
"applet",
"applet-token",
"tokio",
"wayland",
"desktop",
"dbus-config"
"dbus-config",
] }
zbus = { version = "3.14", default-features = false, features = ["tokio"] }
tracing = "0.1"