Recent Posts
None | 7 sec ago
Python | 17 sec ago
Perl | 24 sec ago
None | 43 sec ago
CSS | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 1 min ago
None | 2 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By julienl on the 7th of Feb 2010 06:48:12 PM Download | Raw | Embed | Report
  1. #conky configuration example julienl.fr/blog
  2. # set to yes if you want Conky to be forked in the background
  3. background no
  4. cpu_avg_samples 2
  5. net_avg_samples 2
  6. out_to_console no
  7. # Use Xft?
  8. use_xft yes
  9. # Xft font when Xft is enabled
  10. xftfont Bitstream Monospace :size=8
  11. own_window_transparent yes
  12. own_window_colour hotpink
  13. own_window_type override
  14. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  15. # Text alpha when using Xft
  16. #xftalpha 0.8
  17. #on_bottom yes
  18. # mail spool
  19. mail_spool $MAIL
  20. # Update interval in seconds
  21. update_interval 1
  22. # Create own window instead of using desktop (required in nautilus)
  23. own_window yes
  24. # Use double buffering (reduces flicker, may not work for everyone)
  25. double_buffer yes
  26. minimum_size 110 5
  27. # Draw shades?
  28. draw_shades no
  29. # Draw outlines?
  30. draw_outline no
  31. # Draw borders around text
  32. draw_borders no
  33. # Stippled borders?
  34. stippled_borders 10
  35. # border margins
  36. border_margin 0
  37. # border width
  38. border_width 0
  39. # Default colors and also border colors
  40. default_color white
  41. default_shade_color white
  42. default_outline_color white
  43. # Text alignment, other possible values are commented
  44. #alignment top_left
  45. #minimum_size 10 10
  46. gap_x 13
  47. gap_y 13
  48. alignment top_right
  49. #alignment bottom_left
  50. #alignment bottom_right
  51. # Gap between borders of screen and text
  52. # Add spaces to keep things from moving about?  This only affects certain objects.
  53. use_spacer none
  54. # Subtract file system buffers from used memory?
  55. no_buffers yes
  56. # set to yes if you want all text to be in uppercase
  57. uppercase no    
  58. text_buffer_size 1024
  59.      
  60. TEXT
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67. ${color grey}Kernel: $kernel
  68. ${color grey}${hr 2}
  69. ${color grey}Uptime:$color $uptime ${color lightgrey}- Load:$color $loadavg
  70. ${color lightblue}${hr 2}
  71. ${color grey}Intel(R) Pentium(R) 4 CPU 2.00GHz
  72. ${color grey}Core 1: ${color lightblue}${cpubar cpu1}
  73. ${color black}${color black}${cpugraph cpu1 25,200 2C4B68 5C9CD9}
  74. ${color grey}RAM: $mem/$memmax - $memperc% ${color lightblue}$membar
  75. ${color grey}Swap: $swap/$swapmax - $swapperc% ${color lightblue}${swapbar}
  76. ${color grey}Processus: ${color lightblue}$processes  ${alignr}${color grey}Running: ${color lightblue}$running_processes
  77. ${color lightblue}${hr 2}
  78. ${color grey}Disques Durs:
  79.  
  80. ${color grey}Linux: ${fs_used /}/${fs_size /} ${color lightblue}${fs_bar /}
  81. ${color lightblue}${hr 2}
  82. ${if_up eth0}${color lightgrey}Ethernet:
  83.  
  84. Down:${color lightblue} ${downspeed eth0} k/s${color lightgrey} ${offset 70}Up:${color lightblue} ${upspeed eth0} k/s
  85. ${color black}${downspeedgraph eth0 25,100 2C4B68 5C9CD9} ${color black}${upspeedgraph eth0 25,100 2C4B68 5C9CD9}$endif
  86. ${color lightblue}${hr 2}
  87. ${color lightgrey}Processus:
  88.  
  89. ${color lightgrey}Name              PID     CPU%   MEM%
  90.  
  91. ${color #ddaa00} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  92. ${color lightgrey} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  93. ${color lightgrey} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  94.  
  95. ${color lightgrey}Memoire           PID     CPU%   MEM%
  96.  
  97. ${color #ddaa00} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
  98. ${color lightgrey} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
  99. ${color lightgrey} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
  100. ${color lightblue}${hr 2}
  101. ${color lightgrey}Port(s):
  102.  
  103. ${color lightgrey}Ouverts : ${color orange}${tcp_portmon 1 65535 count} ${color lightgrey}Entrants : ${color red}${tcp_portmon 1 32767 count}  ${color lightgrey}Sortants : ${color lightgreen}${tcp_portmon 32768 61000 count}
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: