Jake Stanger
Jake Stanger
There is some discussion happening around this in #294 currently. Both the suggestions above seem sensible. The `label` module is currently not rotating text, which it should. The plan is...
Added, cheers
> Lol it seems you also need to change gtk3 to gtk4, and gtk-layer-shell to gtk4-layer-shell :P Cool done. Should have spotted those ones lol > Also dy why format...
Definitely on board with this. It's something I've thought about for a long time but haven't got round to.
Custom scripted options is a nifty idea. The standard minimise/maximise/fullscreen controls should actually be very easy to implement as its part of wlr foreign toplevel management, which is what the...
How much of a problem is that? Obviously pure rust is better and I'd rather avoid bringing *even more* deps into the mix, but if it works it works right?
Not ideal, but that's okay - you can use tokio's `spawn_blocking` to delegate it to its own task and avoid blocking the main thread
Mm yeah didn't spot that. Looks like they've been working towards [libnm-rs](https://github.com/balena-io-modules/libnm-rs) which suffers from the same thing, and has a lot of git dependencies. I guess that isn't a...
> Is using zbus on its own hard? From my (little) experience, it's not *easy* but it's not too bad. It depends a bit on the interface, but is certainly...
That's good to know, cheers :)