/etc/conky/conky.conf


SUBMITTED BY: Guest

DATE: Jan. 14, 2013, 4:35 a.m.

FORMAT: Text only

SIZE: 4.2 kB

HITS: 1127

  1. # Conky, a system monitor, based on torsmo
  2. alignment top_right
  3. background no
  4. border_width 1
  5. cpu_avg_samples 2
  6. default_color white
  7. default_outline_color white
  8. default_shade_color white
  9. draw_borders no
  10. draw_graph_borders yes
  11. draw_outline no
  12. draw_shades no
  13. use_xft yes
  14. xftfont DejaVu Sans Mono:size=12
  15. gap_x 5
  16. gap_y 60
  17. minimum_size 5 5
  18. net_avg_samples 2
  19. no_buffers yes
  20. out_to_console no
  21. out_to_stderr no
  22. extra_newline no
  23. own_window yes
  24. own_window_class Conky
  25. own_window_type override
  26. stippled_borders 0
  27. update_interval 1.0
  28. uppercase no
  29. use_spacer none
  30. show_graph_scale no
  31. show_graph_range no
  32. double_buffer yes
  33. minimum_size 180 500
  34. maximum_width 1200
  35. TEXT
  36. #${scroll 38 $nodename - $sysname $kernel on $machine}
  37. ${scroll 43 BATTERY $battery }
  38. $hr
  39. ${color grey}Uptime:$color $uptime ${color grey}Frequency MHz:$color $freq
  40. ${color grey}CPU0: $color ${cpu cpu0}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu0 12}
  41. ${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
  42. ${color grey}Name PID CPU% MEM%
  43. ${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  44. ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  45. ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  46. #${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  47. #${color grey}Frequency (in GHz):$color $freq_g
  48. ${color grey}RAM Usage:$color $mem/$memmax - $memperc% ${membar 6}
  49. $hr
  50. ${color grey}File systems:
  51. sda1 on /boot/ $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
  52. ${color grey}sda3 on / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
  53. ${color grey}sda10 on /home/ $color${fs_used /home/}/${fs_size /home/} ${fs_bar 6 /home/}
  54. ${color grey}Swap $color $swap/$swapmax - $swapperc% ${swapbar 6}
  55. #${color grey}CPU Usage:$color $cpu% ${cpubar 4}
  56. #${color grey}CPU0: ${cpu cpu0}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu0 12}
  57. #${color grey}CPU1: ${cpu cpu1}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu1 12}
  58. #${color grey}CPU2: ${cpu cpu2}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu2 12}
  59. #${color grey}CPU3: ${cpu cpu3}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu3 12}
  60. #${color grey}CPU4: ${cpu cpu4}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu4 12}
  61. #${color grey}CPU5: ${cpu cpu5}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu5 12}
  62. #${color grey}CPU6: ${cpu cpu6}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu6 12}
  63. #${color grey}CPU7: ${cpu cpu7}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu7 12}
  64. #${color grey}CPU8: ${cpu cpu8}% (${execi 8 sensors | grep -A 1 'temp1' | cut -c13-16 | sed '/^$/d'}°C) ${cpugraph cpu8 12}
  65. #${color grey}Processes:$color $processes ${color grey}Running:$color $running_processes
  66. $hr
  67. #${color grey}File systems:
  68. # / $color${fs_used /}/${fs_size /} ${fs_bar 6 /}
  69. ${color grey}Networking:
  70. Down:${color green} ${downspeed ppp0} k/s${color lightgrey} ${offset 70}Up:${color red} ${upspeed ppp0} k/s
  71. ${color white}${downspeedgraph ppp0 30,200 1000 -l} $alignr${color white}${upspeedgraph ppp0 30,200 1000 -l}
  72. #${color black}${downspeedgraph eth0 32,150 ff0000 0000ff} $alignr${color black}${upspeedgraph eth0 32,150 0000ff ff0000}
  73. #Up:$color ${upspeed eth0} ${color grey} - Down:$color ${downspeed eth0}
  74. #${color grey}Name PID CPU% MEM%
  75. #${color lightgrey} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  76. #${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  77. #${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  78. #${color lightgrey} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}

comments powered by Disqus