1. # Use Xft?
  2. use_xft yes
  3. xftfont mono:size=10
  4. xftalpha 0.8
  5. text_buffer_size 2048
  6.  
  7. # Update interval in seconds
  8. update_interval 1
  9.  
  10. # This is the number of times Conky will update before quitting.
  11. # Set to zero to run forever.
  12. total_run_times 0
  13.  
  14. # Create own window instead of using desktop (required in nautilus)
  15. own_window yes
  16. own_window_transparent yes
  17. own_window_type desktop
  18. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  19.  
  20. # Use double buffering (reduces flicker, may not work for everyone)
  21. double_buffer yes
  22.  
  23. # Minimum size of text area
  24. minimum_size 500
  25. maximum_width 250
  26.  
  27. # Draw shades?
  28. draw_shades no
  29.  
  30. # Draw outlines?
  31. draw_outline no
  32.  
  33. # Draw borders around text
  34. draw_borders no
  35.  
  36. # Draw borders around graphs
  37. draw_graph_borders yes
  38.  
  39. # Stippled borders?
  40. stippled_borders 0
  41.  
  42. # border margins
  43. border_margin 1
  44.  
  45. # border width
  46. border_width 0
  47.  
  48. # Default colors and also border colors
  49. default_color white
  50. #default_shade_color black
  51. #default_outline_color black
  52. own_window_colour white
  53.  
  54. # Text alignment, other possible values are commented
  55. #alignment top_left
  56. alignment top_right
  57. #alignment bottom_left
  58. #alignment bottom_right
  59.  
  60. # Gap between borders of screen and text
  61. # same thing as passing -x at command line
  62. gap_x 15
  63. gap_y 30
  64.  
  65. # Subtract file system buffers from used memory?
  66. no_buffers yes
  67.  
  68. # set to yes if you want all text to be in uppercase
  69. uppercase no
  70.  
  71. # number of cpu samples to average
  72. # set to 1 to disable averaging
  73. cpu_avg_samples 2
  74.  
  75. # number of net samples to average
  76. # set to 1 to disable averaging
  77. net_avg_samples 2
  78.  
  79. # Force UTF8? note that UTF8 support required XFT
  80. override_utf8_locale yes
  81.  
  82. # Add spaces to keep things from moving about? This only affects certain objects.
  83. use_spacer none
  84.  
  85. TEXT
  86. ${color 000000}Update Manager ${hr 2}
  87. ${color ffffff}You can install ${execi 3600 aptitude search "~U" | wc -l} updates.
  88.  
  89. ${color 000000}System ${hr 2}
  90. ${color ffffff}${nodename}
  91. ${color ffffff}${pre_exec lsb_release -i -s}
  92. ${color ffffff}Release ${pre_exec lsb_release -r -s} (${pre_exec lsb_release -c -s})
  93. ${color ffffff}Kernel ${sysname} ${kernel}
  94.  
  95. ${color 000000}Resources ${hr 2}
  96. ${color ffffff}CPU1 ${cpu cpu1}%${alignr}${color ff6e00}${cpubar cpu1 10,60}
  97. ${color ffffff}CPU2 ${cpu cpu2}%${alignr}${color cb0c29}${cpubar cpu2 10,60}
  98. ${color ffffff}Mem ${mem}/${memmax}${alignr}${color ab1852}${membar 10,60}
  99. ${color ffffff}Swap ${swap}/${swapmax}${alignr}${color 49a835}${swapbar 10,60}
  100. ${color ffffff}Receiving ${downspeedf eth0} KB/s ${alignr}${color 2d7db3}${downspeedgraph eth0 10,60}
  101. ${color ffffff}Total Received${alignr}${totaldown eth0}
  102. ${color ffffff}Sending ${upspeedf eth0} KB/s ${alignr}${color 844798}${upspeedgraph eth0 10,60}
  103. ${color ffffff}Total Sent${alignr}${totalup eth0}
  104.  
  105. ${color 000000}File Systems ${hr 2}
  106. ${color ffffff}sda1 ${fs_used /}/${fs_size /}${alignr}${color 6796C8}${fs_bar 10,60 /}
  107. ${color ffffff}sdb1 ${fs_used /media/Downloads}/${fs_size /media/Downloads}${alignr}${color 6796C8}${fs_bar 10,60 /media/Downloads}
  108.  
  109. ${color 000000}Processes ${hr 2}
  110. ${color 000000}Command${alignr}CPU%
  111. ${color ffffff}${top name 1}${alignr}${top cpu 1}
  112. ${color ffffff}${top name 2}${alignr}${top cpu 2}
  113. ${color ffffff}${top name 3}${alignr}${top cpu 3}
  114. ${color ffffff}${top name 4}${alignr}${top cpu 4}
  115. ${color ffffff}${top name 5}${alignr}${top cpu 5}
  116. ${color ffffff}${top name 6}${alignr}${top cpu 6}
  117.  
  118. ${color 000000}Command${alignr}RES
  119. ${color ffffff}${top_mem name 1}${alignr}${top_mem mem_res 1}
  120. ${color ffffff}${top_mem name 2}${alignr}${top_mem mem_res 2}
  121. ${color ffffff}${top_mem name 3}${alignr}${top_mem mem_res 3}
  122. ${color ffffff}${top_mem name 4}${alignr}${top_mem mem_res 4}
  123. ${color ffffff}${top_mem name 5}${alignr}${top_mem mem_res 5}
  124. ${color ffffff}${top_mem name 6}${alignr}${top_mem mem_res 6}