Max Verevkin

Results 40 issues of Max Verevkin

Closes #1957 ## Example Show the cpu block only if utilization is above 10%: ```toml [[block]] block = "cpu" format = " $icon $utilization.eng(range:10..) |" ``` ## Unresolved Questions Support...

Mention these names in the docs: https://github.com/greshake/i3status-rust/blob/69b3843051c7444ebb04229efbdabf004d10907b/src/blocks/music.rs#L142-L144

Some errors are way too long to fit into the width of the status bar. Perhaps a better default for `error_fullscreen_format` would be something like ```toml [error_fullscreen_format] full = "...

discussion

Instead of (or in addition to) doing scheduled polling. Example in C: https://olegkutkov.me/2018/02/14/monitoring-linux-networking-state-using-netlink/

enhancement

Add degree symbol from `gensymb` package. Also, remove `phi` symbol because it should be lowercase and default definition is correct.

> Show the block only if less than 10GB is available: > > ```toml > [[block]] > block = "disk_space" > format = " $free.eng(range:..10e9) |" > ``` Uhh. Do...

I'm not sure how exactly to reproduce it, but it happened to me today multiple times. ``` (gdb) bt full #0 0x00007f1e1ddb88ec in () at /usr/lib/libc.so.6 #1 0x00007f1e1dd69ea8 in raise...

The following code segfaults: ```rust struct Node { b: Box, c: Box, } impl scene::Node for Node {} let node = scene::add_node(Node { b: Box::new(0), c: Box::new(0), }); tweens::linear( node,...

### Expected behavior > Attaching a null buffer to a layer surface unmaps it. > > Unmapping a layer_surface means that the surface cannot be shown by the compositor until...

bug