mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-02 19:21:03 +02:00
fix(tray): some init issues
It ain't perfect but it'll do. Resolves #2.
This commit is contained in:
parent
400ac00d23
commit
5fb412572f
3 changed files with 62 additions and 16 deletions
|
@ -28,7 +28,7 @@ futures-util = "0.3.21"
|
|||
chrono = "0.4.19"
|
||||
reqwest = {version = "0.11.14" }
|
||||
regex = { version = "1.6.0", default-features = false, features = ["std"] }
|
||||
stray = { version = "0.1.2" }
|
||||
stray = { version = "0.1.3" }
|
||||
dirs = "4.0.0"
|
||||
walkdir = "2.3.2"
|
||||
notify = { version = "5.0.0", default-features = false }
|
||||
|
@ -39,4 +39,4 @@ hyprland = "0.3.0"
|
|||
sysinfo = "0.27.0"
|
||||
wayland-client = "0.29.5"
|
||||
wayland-protocols = { version = "0.29.5", features = ["unstable_protocols", "client"] }
|
||||
smithay-client-toolkit = { version = "0.16.0", default-features = false, features = ["calloop"] }
|
||||
smithay-client-toolkit = { version = "0.16.0", default-features = false, features = ["calloop"] }
|
Loading…
Add table
Add a link
Reference in a new issue