Would be nice to be able to customize the load block similarly to how the CPU block can be customized with info, warning and critical.
The load on my system is generally high, so the load block is constantly blue or yellow, with no way to change it.
Also, if load goes above 0.9 * logical_cores, state is set to Idle as it is the default. Load can go beyond 1 * logical_cores, so the logic should probably be changed to something similar to the CPU block.
Would be nice to be able to customize the load block similarly to how the CPU block can be customized with
info
,warning
andcritical
.The load on my system is generally high, so the load block is constantly blue or yellow, with no way to change it.
Also, if load goes above
0.9 * logical_cores
, state is set toIdle
as it is the default. Load can go beyond1 * logical_cores
, so the logic should probably be changed to something similar to the CPU block.https://github.com/greshake/i3status-rust/blob/840ceb23230ee22a42c14d3faeab67610b6aea46/src/blocks/load.rs#L112-L117