daily pastebin goal
35%
SHARE
TWEET

Untitled

a guest Jun 1st, 2010 92 Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. # Use Xft?
  2. use_xft yes
  3. xftfont Trebuchet MS:size=8
  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.     background yes
  16.     own_window yes
  17.     own_window_transparent yes
  18.     own_window_type normal
  19.     own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  20.  
  21. # Use double buffering (reduces flicker, may not work for everyone)
  22. double_buffer yes
  23.  
  24. # Minimum size of text area
  25. minimum_size 180 0
  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. own_window_colour white
  48.  
  49. # Text alignment, other possible values are commented
  50. alignment top_right
  51.  
  52. # Gap between borders of screen and text
  53. # same thing as passing -x at command line
  54. gap_x 35
  55. gap_y 50
  56.  
  57. # Subtract file system buffers from used memory?
  58. no_buffers yes
  59.  
  60. # set to yes if you want all text to be in uppercase
  61. uppercase no
  62.  
  63. # number of cpu samples to average
  64. # set to 1 to disable averaging
  65. cpu_avg_samples 2
  66.  
  67. # number of net samples to average
  68. # set to 1 to disable averaging
  69. net_avg_samples 2
  70.  
  71. # Force UTF8? note that UTF8 support required XFT
  72. override_utf8_locale yes
  73.  
  74. # Add spaces to keep things from moving about?  This only affects certain objects.
  75. use_spacer none
  76.  
  77. TEXT
  78. DATE ${hr 2}
  79. ${alignc 35}${font Trebuchet MS:size=26}${time %H:%M}${font}
  80. ${alignc}${time %a %d %b %Y}
  81.  
  82. SYSTEM ${hr 2}
  83.  
  84. Kernel:  ${alignr}${kernel}${machine}
  85. Host: ${alignr}${nodename}
  86. CPU: ${cpu cpu}% ${alignr}${cpubar 8,60 cpu}
  87. RAM: $memperc% ${alignr}${membar 8,60}
  88. Uptime: ${alignr}${uptime}
  89.  
  90. HD ${hr 2}
  91.  
  92. Filesystem:
  93. ${fs_free /}/${fs_size /} ${alignr}${fs_bar 8,60 /}
  94. Swap:
  95. ${swap}/${swapmax} ${alignr}${swapbar 8,60}
  96.  
  97. MEM ${hr 2}
  98.  
  99. ${mem}/${memmax} ${alignr}${membar 8,60}
  100.  
  101. NETWORK ${hr 2}
  102. ${if_existing /proc/net/route wlan0}
  103. Up: ${upspeed wlan0} kb/s ${alignr}${upspeedgraph wlan0 8,60 789E2D A7CC5C}
  104. Down: ${downspeed wlan0} kb/s ${alignr}${downspeedgraph wlan0 8,60 789E2D A7CC5C}
  105. Upload: ${alignr}${totalup wlan0}
  106. Download: ${alignr}${totaldown wlan0}
  107. Signal: ${wireless_link_qual wlan0}% ${alignr}${wireless_link_bar 8,60 wlan0}${else}${if_existing /proc/net/route eth0}
  108. Up: ${upspeed eth0} kb/s ${alignr}${upspeedgraph eth0 8,60 789E2D A7CC5C}
  109. Down: ${downspeed eth0} kb/s ${alignr}${downspeedgraph eth0 8,60 789E2D A7CC5C}
  110. Upload: ${alignr}${totalup eth0}
  111. Download: ${alignr}${totaldown eth0}${endif}${else}${if_existing /proc/net/route eth1}
  112. Up: ${upspeed eth1} kb/s ${alignr}${upspeedgraph eth1 8,60 789E2D A7CC5C}
  113. Down: ${downspeed eth1} kb/s ${alignr}${downspeedgraph eth1 8,60 789E2D A7CC5C}
  114. Upload: ${alignr}${totalup eth1}
  115. Download: ${alignr}${totaldown eth1}${endif}${else}${font PizzaDude Bullets:size=14}4${font}   Network Unavailable${endif}
  116.  
  117. PROC ${hr 2}
  118.  
  119. ${processes} processes (${running_processes} running)
  120.  
  121. NAME $alignr PID    CPU
  122. ${top name 1} ${alignr} ${top pid 1} ${top cpu 1}
  123. ${top name 2} ${alignr} ${top pid 2} ${top cpu 2}
  124. ${top name 3} ${alignr} ${top pid 3} ${top cpu 3}
  125. ${top name 4} ${alignr} ${top pid 4} ${top cpu 4}
  126. ${top name 5} ${alignr} ${top pid 5} ${top cpu 5}
  127. ${top name 6} ${alignr} ${top pid 6} ${top cpu 6}
  128. ${top name 7} ${alignr} ${top pid 7} ${top cpu 7}
  129. ${top name 8} ${alignr} ${top pid 8} ${top cpu 8}
  130. ${top name 9} ${alignr} ${top pid 8} ${top cpu 9}
  131.  
  132.  
  133. MUSIC ${hr 2}
  134. ${alignc 35}${font Buttons and Switches JL:size=38}J${font}
  135. ${voffset 7}${exec conkyRhythmbox --datatype=PT}/${exec conkyRhythmbox --datatype=LE}
  136. ${exec conkyRhythmbox --datatype=TI}
  137. ${exec conkyRhythmbox --datatype=AR}
  138. ${exec conkyRhythmbox --datatype=AL}
  139.  
  140.  
  141. WEATHER ${hr 2}
  142. ${if_existing /proc/net/route wlan0}
  143. ${execi 1800 /path/to/weather/weather.sh 60135}
  144. ${endif}
RAW Paste Data
Top