elijahimmer / wlrs-bar

Wlrs Bar: A Wayland Status Bar in Rust based on Smithay
MIT License
7 stars 1 forks source link

Removing Arc from LC String #2

Closed rondDev closed 2 months ago

rondDev commented 2 months ago

Am I missing something when it comes to the Arc around the LC string? It seems to be functioning fine without the Arc, perhaps there is something that I haven't noticed yet, if so, please enlighten me.

https://github.com/rondDev/wlrs-bar/blob/16cec469acdd55f48bd5cd373babf485fcdd5565/src/log.rs#L6

elijahimmer commented 2 months ago

At one point I was sharing the Log Contexts across threads, but now they are just copied around with child names instead. I fixed it in 7bc5736b90d9fb96fb995df0ca7a414ca5dac823