Guest User

Tatsu conky config

a guest
Feb 25th, 2011
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.91 KB | None | 0 0
  1. background yes
  2. use_xft yes
  3. xftfont Sans:size=8
  4. xftalpha 1
  5. update_interval 1.0
  6. total_run_times 0
  7. own_window yes
  8. own_window_transparent yes
  9. own_window_type desktop
  10. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  11. double_buffer yes
  12. minimum_size 200 200
  13. maximum_width 200
  14. draw_shades yes
  15. draw_outline no
  16. draw_borders no
  17. draw_graph_borders yes
  18. default_color white
  19. default_shade_color black
  20. default_outline_color white
  21. alignment top_right
  22. gap_x 12
  23. gap_y 12
  24. no_buffers yes
  25. uppercase no
  26. cpu_avg_samples 2
  27. override_utf8_locale no
  28.  
  29. TEXT
  30. ${font sans-serif:bold:size=8}SYSTEM ${hr 2}
  31. ${font sans-serif:normal:size=8}$sysname $kernel $alignr $machine
  32. Host:$alignr$nodename
  33. Uptime:$alignr$uptime
  34. File System: $alignr${fs_type}
  35.  
  36. ${font sans-serif:bold:size=8}PROCESSORS ${hr 2}
  37. ${font sans-serif:normal:size=8}${cpugraph cpu1}
  38. CPU1: ${cpu cpu1}% ${cpubar cpu1}
  39.  
  40. ${font sans-serif:bold:size=8}MEMORY ${hr 2}
  41. ${font sans-serif:normal:size=8}RAM $alignc $mem / $memmax $alignr $memperc%
  42. $membar
  43.  
  44. ${font sans-serif:bold:size=8}DISKS ${hr 2}
  45. ${font sans-serif:normal:size=8}/ $alignc ${fs_used /} / ${fs_size /} $alignr ${fs_used_perc /}%
  46. ${fs_bar /}
  47. SWAP $alignc ${swap} / ${swapmax} $alignr ${swapperc}%
  48. ${swapbar}
  49.  
  50. ${font sans-serif:bold:size=8}TOP PROCESSES ${hr 2}
  51. ${font sans-serif:normal:size=8}${top_mem name 1}${alignr}${top mem 1} %
  52. ${top_mem name 2}${alignr}${top mem 2} %
  53. $font${top_mem name 3}${alignr}${top mem 3} %
  54. $font${top_mem name 4}${alignr}${top mem 4} %
  55. $font${top_mem name 5}${alignr}${top mem 5} %
  56.  
  57. ${font sans-serif:bold:size=8}NETWORK ${hr 2}
  58. ${font sans-serif:normal:size=8}IP address: $alignr ${addr eth1}
  59. ESSID: $alignr ${wireless_essid eth1}
  60. Connection quality: $alignr ${wireless_link_qual_perc eth1}%
  61. ${downspeedgraph eth1}
  62. DLS:${downspeed eth1} kb/s $alignr total: ${totaldown eth1}
  63. ${upspeedgraph eth1}
  64. ULS:${upspeed eth1} kb/s $alignr total: ${totalup eth1}
Advertisement
Add Comment
Please, Sign In to add comment