Advertisement
Guest User

londonali1010

a guest
Jun 2nd, 2010
1,689
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.94 KB | None | 0 0
  1. #--- Conky by londonali1010 ---#
  2. #--- http://blog.conky.be ---#
  3. #--- http://mylittledesktop.blogspot.com ---#
  4.  
  5. background no
  6. net_avg_samples 2
  7. cpu_avg_samples 2
  8. no_buffers yes
  9. double_buffer yes
  10. update_interval 1
  11.  
  12. own_window yes
  13. own_window_type normal
  14. own_window_class conky
  15. own_window_hints undecorated,skip_taskbar,skip_pager,sticky,below
  16. own_window_argb_visual yes
  17. #own_window_argb_value 100
  18. own_window_transparent yes
  19.  
  20. border_inner_margin 0
  21. border_outer_margin 0
  22. default_color white
  23. default_outline_color white
  24. default_shade_color 3c3b37
  25. draw_borders no
  26. draw_graph_borders yes
  27. stippled_borders 0
  28. draw_outline no
  29. draw_shades yes
  30. show_graph_scale no
  31. show_graph_range no
  32.  
  33. use_xft yes
  34. xftfont Petita Light:size=24
  35. xftalpha 0.8
  36. uppercase no
  37.  
  38. minimum_size 1326 600
  39. maximum_width 1326
  40. use_spacer none
  41. alignment tl
  42. gap_x 20
  43. gap_y 20
  44.  
  45. # Location Codes:
  46. # Swindon EGDL (Lyneham)
  47.  
  48. TEXT
  49. ${font Petita Light:size=64}Lyneham${font}
  50. Skies are ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EGDL cloud_cover}
  51. ${font Petita Light:size=16}Winds from the ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EGDL wind_dir} at ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EGDL wind_speed} km/h
  52. Air pressure ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EGDL pressure} mbar
  53. ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EGDL humidity}% relative humidity${font}
  54. ${font Petita Light:size=64}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ EGDL temperature}${font}${voffset -48}o${font Petita Light:size=64}C
  55. ${voffset 24}${goto 1000}${time %l:%M}${font}${time %p}
  56. ${alignr}${time %A, %e %B %Y}
  57. ${voffset 96}${execpi 120 curl --silent 'http://tinybuddha.com' | sed '{:q;N;s/\n//g;t q}' | grep -o '<div class="entry">[^<]*' | sed 's/<div class=\"entry\">.//;s/ //g' | fold -sw 100 | sed -e 's/^/\${alignc}/'}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement