conky.config = {
--==============================================================================
-- "Terminal output disk IO"
--==============================================================================

	background = false,
	no_buffers = true,
	text_buffer_size = 2048,
	cpu_avg_samples = 1,
	diskio_avg_samples = 1,
	out_to_console = true,
	out_to_x = false,
	total_run_times = 2,
	lua_load = './decimals.lua',

};

conky.text = [[
#
# If you change diskio.sh to 3 lines, then comment out the 4th line in this script.
#
${top_io name 1}|${lua_parse decimal ${top_io io_perc 1}}|${top_io io_read 1}|${top_io io_write 1}
${top_io name 2}|${lua_parse decimal ${top_io io_perc 2}}|${top_io io_read 2}|${top_io io_write 2}
${top_io name 3}|${lua_parse decimal ${top_io io_perc 3}}|${top_io io_read 3}|${top_io io_write 3}
${top_io name 4}|${lua_parse decimal ${top_io io_perc 4}}|${top_io io_read 4}|${top_io io_write 4}
]];
