Max Verevkin
Max Verevkin
> It shouldn't be hard to implement signal option support generically for all the blocks Well, that was a lie :) Anyway, implemented in https://github.com/greshake/i3status-rust/commit/f0431aea84b465c98f3b14caa1f4a85fa88eb316.
Yes, missing battery detection is not implemented for `driver = "upower"`.
`xkcd`, `getjson`, `screenshot`, `shutdown_menu` and `system` should also be easily covered by `custom`. `frame` - sounds interesting. `rainbow` - sounds fun, I can imagine it being implemented with a more...
> so that they visually appear as one Perhaps we can provide a simple way to join multiple blocks into one? Something like: ```toml [[block]] block = "a" [[block]] block...
> Perhaps we can provide a simple way to join multiple blocks into one? Or even simpler: ```toml [[block]] # ... join_with_next = true [[block]] # ... ```
Block idea: a `menu` - user provides a list of strings and commands associated with those strings. Scrolling on the block will cycle through those strings. Clicking on the block...
Ah yes, `zbus 2.1` is incompatible with `zbus 2.0`, will update soon.
By the way, note that `notmuch-dev` is required at the moment.
Any chance 1934195 fixed this? (It merges the thread that subscribes to updates with the thread that queries the info)