Most of the time the list if full of 0%, and then spikes to 100%, and doesn't seem to use percantages in-between. Consider replacing io_perc with io_read + io_write. However:
addition between io_read and io_write is not trivial given the conky output for this includes automatic and dynamic units.
alternative is to display both read and write on one line (but looks cluttered)
Most of the time the list if full of 0%, and then spikes to 100%, and doesn't seem to use percantages in-between. Consider replacing
io_perc
withio_read
+io_write
. However:io_read
andio_write
is not trivial given the conky output for this includes automatic and dynamic units.