Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 21st, 2010 | Syntax: None | Size: 4.08 KB | Hits: 49 | Expires: Never
This paste has a previous version, view the difference. Copy text to clipboard
  1. # Use Xft?
  2. use_xft yes
  3. xftfont DejaVu Sans:size=8
  4. xftalpha 0.8
  5.  
  6. # Update interval in seconds
  7. update_interval 1
  8.  
  9. # This is the number of times Conky will update before quitting.
  10. # Set to zero to run forever.
  11. total_run_times 0
  12.  
  13. # Create own window instead of using desktop (required in nautilus)
  14. own_window  yes
  15. own_window_transparent yes
  16. own_window_type override
  17. own_window_hints undecorate,sticky,skip_taskbar,skip_pager,below
  18.  
  19. # Use double buffering (reduces flicker, may not work for everyone)
  20. double_buffer yes
  21.  
  22. # Minimum size of text area
  23. minimum_size 180 5
  24.  
  25. maximum_width 200
  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. # Stippled borders?
  37. stippled_borders 0
  38.  
  39. # border margins
  40. border_margin 5
  41.  
  42. # border width
  43. border_width 1
  44.  
  45. # Default colors and also border colors
  46. default_color white
  47. #default_shade_color white
  48. #default_outline_color white
  49. own_window_colour white
  50.  
  51. # Text alignment, other possible values are commented
  52. #alignment top_left
  53. alignment top_right
  54. #alignment bottom_left
  55. #alignment bottom_right
  56.  
  57. # Gap between borders of screen and text
  58. # same thing as passing -x at command line
  59. gap_x 35
  60. gap_y 50
  61.  
  62. # Subtract file system buffers from used memory?
  63. no_buffers yes
  64.  
  65. # set to yes if you want all text to be in uppercase
  66. uppercase no
  67.  
  68. # number of cpu samples to average
  69. # set to 1 to disable averaging
  70. cpu_avg_samples 2
  71.  
  72. # number of net samples to average
  73. # set to 1 to disable averaging
  74. net_avg_samples 2
  75.  
  76. # Force UTF8? note that UTF8 support required XFT
  77. override_utf8_locale yes
  78.  
  79. # Add spaces to keep things from moving about?  This only affects certain objects.
  80. use_spacer none
  81.  
  82. TEXT
  83. ${color fuchshia} ${font PizzaDude Bullets:size=9} ${time %A %d %B %Y} - ${time %H:%M:%S}
  84. $sysname $kernel sur $machine $freq_g GHz
  85. ${color #040404}$stippled_hr
  86. ${color white}Uptime:$color $uptime ${color white}- Load:$color $loadavg
  87. ${color white}CPU Usage:${color white} $cpu% ${cpubar}
  88. ${color red}${cpugraph 0000ff 00ff00}
  89. ${color white}RAM Usage:$color $mem/$memmax - $memperc% ${membar}
  90. ${color white}Processes:$color $processes ${color white}Running:$color $running_processes
  91. ${color #040404}$stippled_hr
  92. ${color green}Reseau
  93. ${color white}Down:${downspeed eth0} kio/s ${offset 80}
  94. ${color #0000ff}${downspeedgraph eth0 32,150 ff0000 0000ff}
  95. ${color white}Up:${upspeed eth0} kio/s ${offset 80}
  96. ${color #22ccff}${upspeedgraph eth0 32,150 0000ff ff0000}
  97. ${color #040404}$stippled_hr
  98. ${color #FFFF00}/root    ${fs_used /}/${fs_size /}${alignr}${fs_used_perc /}%
  99. ${fs_bar 8 /}
  100. /home   ${fs_used /home}/${fs_size /home}${alignr}${fs_used_perc /home}%
  101. ${fs_bar 8 /home}
  102. /hdb1  ${fs_used /media/disque2}/${fs_size /media/disque2}${alignr}${fs_used_perc /media/disque2}%
  103. ${fs_bar 8 /media/disque2}
  104. ${color #040404}$stippled_hr
  105. ${color green}Process            PID    %CPU   %MEM
  106. ${color yellow} ${top name 1} ${top pid 1} ${top cpu 1} ${top mem 1}
  107. ${color white} ${top name 2} ${top pid 2} ${top cpu 2} ${top mem 2}
  108. ${color white} ${top name 3} ${top pid 3} ${top cpu 3} ${top mem 3}
  109. ${color white} ${top name 4} ${top pid 4} ${top cpu 4} ${top mem 4}
  110. ${color white} ${top name 5} ${top pid 5} ${top cpu 5} ${top mem 5}
  111. ${color green}Memoire
  112. ${color yellow} ${top_mem name 1} ${top_mem pid 1} ${top_mem cpu 1} ${top_mem mem 1}
  113. ${color white} ${top_mem name 2} ${top_mem pid 2} ${top_mem cpu 2} ${top_mem mem 2}
  114. ${color white} ${top_mem name 3} ${top_mem pid 3} ${top_mem cpu 3} ${top_mem mem 3}
  115. ${color white} ${top_mem name 4} ${top_mem pid 4} ${top_mem cpu 4} ${top_mem mem 4}
  116. ${color white} ${top_mem name 5} ${top_mem pid 5} ${top_mem cpu 5} ${top_mem mem 5}
  117. ${color #040404}$stippled_hr
  118. ${color red}Temperature systeme
  119. ${color yellow}M/B: ${exec expr `cat /sys/bus/i2c/devices/0-004c/temp1_input` / 1000} C  
  120. ${color green}CPU: ${exec expr `cat /sys/bus/i2c/devices/0-004c/temp2_input` / 1000} C
  121. ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   IP locale : $alignr${addr eth0}
  122. ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   IP publique : $alignr${execi 600 ~/.scripts/ip.sh}