Michael Killough
Michael Killough
This issue refers to the [`bin/cnx.rs`](https://github.com/mjkillough/cnx/blob/master/src/bin/cnx.rs#L17) that's included in this repository, which is intended as an example and something used for testing. An argument to toggle the position would be...
I've re-written a number of widgets in the master branch to use APIs available only on OpenBSD. I need to boot back into Linux in order to add Linux support...
Apologies for the delay @e-matteson - I didn't see this in my inbox until now! > because it has the most readable source of any status bar I've looked at....
In case you haven't found it, the Gnome documentation for Cairo is pretty good: https://www.cairographics.org/documentation/cairomm/reference/classCairo_1_1Context.html#a332811cd74028c20b5832501ec46d67e It's usually obvious how to translate it to the Rust bindings.
Surprisingly (well, maybe not to those who understand `xrandr`), lanta doesn't crash in multi-monitor `xrandr` environments. I guess we need to [read the spec for the `XRandR` extension](https://www.x.org/wiki/Projects/XRandR/) and then...
I think this would be useful even without the 'dynamic' bit: see rust-lang/rust#32077.