CONKY: Show top mem and io usages along with CPU
This commit is contained in:
parent
a7f845f438
commit
081649e50d
1 changed files with 3 additions and 1 deletions
4
.conkyrc
4
.conkyrc
|
@ -60,7 +60,9 @@ $font${color SlateGray}/home $alignc${fs_used /home} / ${fs_size /home} $alignr$
|
|||
${fs_bar /home}
|
||||
|
||||
${font Arial:bold:size=10}${color Tan1}TOP PROCESS ${color RoyalBlue}${voffset -2}${hr 2}
|
||||
${color SlateGray}$font${top name 1}${alignr}${top cpu 1}%
|
||||
${color SlateGray}${font}CPU: ${top name 1}${alignr}${top cpu 1}%
|
||||
MEM: ${top_mem name 1}${alignr}${top_mem mem 1}%
|
||||
IO: ${top_io name 1}${alignr}${top_io io_perc 1}%
|
||||
|
||||
${font Arial:bold:size=10}${color Tan2}NETWORK ${color RoyalBlue}${voffset -2}${hr 2}
|
||||
$font${color SlateGray}Active interface:$alignr$gw_iface
|
||||
|
|
Loading…
Reference in a new issue