1
0
Fork 0
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:
Jake Stanger 2023-01-30 18:36:42 +00:00
parent 400ac00d23
commit 5fb412572f
No known key found for this signature in database
GPG key ID: C51FC8F9CB0BEA61
3 changed files with 62 additions and 16 deletions

View file

@ -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"] }