1
0
Fork 0
mirror of https://github.com/Zedfrigg/ironbar.git synced 2025-07-02 19:21:03 +02:00

feat: initial support for running outside sway

Progress is being tracked in #18. Currently the workspaces, focused and launcher modules are not supported.
This commit is contained in:
Jake Stanger 2022-09-27 20:24:16 +01:00
parent d22d954e83
commit b188bc7146
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
4 changed files with 143 additions and 15 deletions

View file

@ -35,4 +35,6 @@ walkdir = "2.3.2"
notify = "5.0.0"
mpd_client = "1.0.0"
swayipc-async = { git = "https://github.com/JakeStanger/swayipc-rs.git", branch = "feat/derive-clone" }
sysinfo = "0.26.2"
sysinfo = "0.26.2"
wayland-client = "0.29.5"
wayland-protocols = { version = "0.29.5", features=["unstable_protocols", "client"] }