step 5: live Hyprland workspace buttons via EventStream

This commit is contained in:
Breadway 2026-05-17 08:34:31 +08:00
parent 542cbae939
commit 241e3bc2cb
4 changed files with 109 additions and 10 deletions

View file

@ -7,7 +7,8 @@ edition = "2021"
gtk4 = { version = "0.11", features = ["v4_12"] }
gtk4-layer-shell = "0.8"
relm4 = { version = "0.11", features = ["macros"] }
hyprland = "0.4.0-beta.3"
hyprland = { version = "0.4.0-beta.3", features = ["tokio"] }
futures-lite = "2"
zbus = { version = "5", default-features = false, features = ["tokio"] }
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }