Advertisement
Guest User

conky

a guest
Feb 4th, 2015
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.90 KB | None | 0 0
  1. TEXT
  2. ${voffset 220}${alignc}${font Dosis:bold:size=10}CPU $font Freq ${freq} Ghz | Utilizzo: ${font Dosis:bold:size=10}(Core 1) $font${cpu cpu1}% $font| ${font Dosis:bold:size=10}(Core 2) $font${cpu cpu0}% | ${font Dosis:bold:size=10}MEM $font $mem / $memmax
  3.  
  4. ${color}CPU Usage PID CPU% MEM%
  5. ${color ffffff}${top name 1} ${tab 10}${top pid 1} ${tab 30}${top cpu 1} ${tab 30}${top mem 1}
  6. ${color ffffff}${top name 2} ${tab 10}${top pid 2} ${tab 30}${top cpu 2} ${tab 30}${top mem 2}
  7. ${color ffffff}${top name 2} ${tab 10}${top pid 3} ${tab 30}${top cpu 3} ${tab 30}${top mem 3}
  8.  
  9.  
  10. ${color}Mem Usage PID CPU% MEM%
  11. ${color ffffff}${top_mem name 1} ${top_mem pid 1} ${top_mem mem 1}
  12. ${color ffffff}${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2}
  13. ${color ffffff}${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement