Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 15th, 2010 | Syntax: None | Size: 3.83 KB | Hits: 40 | 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. SYSTEME ${hr 2}
  84. ${font OpenLogos:size=16}T${font}  Noyau :  ${alignr}${kernel}
  85. ${font StyleBats:size=16}A${font}  Cœur 1 : ${cpu cpu1}% ${alignr}${cpubar 8,60 cpu1}
  86. ${font StyleBats:size=16}A${font}  Cœur 2 : ${cpu cpu2}% ${alignr}${cpubar 8,60 cpu2}
  87. ${font StyleBats:size=16}g${font}  RAM :  $memperc% ${alignr}${membar 8,60}
  88. ${font StyleBats:size=16}j${font}  SWAP : $swapperc% ${alignr}${swapbar 8,60}
  89. ${font Webdings:size=16}~${font} Batterie: ${battery_percent BAT1}% ${alignr}${battery_bar 8,60 BAT1}
  90. ${font StyleBats:size=16}q${font}  Uptime : ${alignr}${uptime}
  91.  
  92. STOCKAGE ${hr 2}
  93. ${font PizzaDude Bullets:size=14}g${font}   Root :
  94. ${fs_used /}/${fs_size /} $alignr${fs_bar 8,60 /}
  95. ${font PizzaDude Bullets:size=14}g${font}   Home :
  96. ${fs_used /home}/${fs_size /home} $alignr${fs_bar 8,60 /home}
  97. ${font PizzaDude Bullets:size=14}g${font}   Windows :
  98. ${fs_used /media/Windows Vista}/${fs_size /media/Windows Vista} $alignr${fs_bar 8,60 /media/Windows Vista}
  99.  
  100. RESEAUX ${hr 2}
  101. ${if_existing /proc/net/route wlan0}    
  102. ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Envoi : ${upspeed wlan0} kio/s $alignr${upspeedgraph wlan0 8,60 F57900 FCAF3E}
  103. ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Rçun : ${downspeed wlan0} kio/s $alignr${downspeedgraph wlan0 8,60 F57900 FCAF3E}
  104. ${voffset 4}${font PizzaDude Bullets:size=14}Z${font}   Signal : ${wireless_link_qual wlan0}% $alignr${wireless_link_bar 8,60 wlan0}
  105. ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   IP locale : $alignr${addr wlan0}
  106. ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   IP publique : $alignr${execi 1 ~/.scripts/ip.sh}
  107. ${endif}${if_existing /proc/net/route eth0}
  108. ${voffset -6}${font PizzaDude Bullets:size=14}O${font}   Envoi : ${upspeed eth0} kio/s $alignr${upspeedgraph eth0 8,60 F57900 FCAF3E}
  109. ${voffset 4}${font PizzaDude Bullets:size=14}U${font}   Reçu : ${downspeed eth0} kio/s $alignr${downspeedgraph eth0 8,60 F57900 FCAF3E}
  110. ${voffset 4}${font PizzaDude Bullets:size=14}a${font}   IP locale : $alignr${addr eth0}
  111. ${voffset 4}${font PizzaDude Bullets:size=14}b${font}   IP publique : $alignr${execi 600 ~/.scripts/ip.sh}
  112. ${endif}