Oskar

Results 54 comments of Oskar

I mean the characters are basically higher than the area they are supposed to be in, kind of makes sense that it runs into lots of edge cases. I just...

https://github.com/greshake/i3status-rust/blob/master/src/blocks/custom.rs#L242 True, we do trim the normal output. As a workaround, you can use JSON mode though: ```toml [[block]] block = "custom" json = true command = "get_bandwith" interval =...

That's also not a bad idea imo, maybe `awk`-style with `$1`,`$2`/`$@` for the individual words/whole line of the output?

That looks neat but doesn't really solve the issue at hand since @ayoubelmhamdi is looking for a solution without using JSON i think? Both would be nice though