Advertisement
BoredOOMM

Weatherconky

Oct 17th, 2011
768
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. own_window yes
  2. own_window_type override
  3. own_window_transparent yes
  4. own_window_hints undecorated,below,skip_taskbar,skip_pager
  5.  
  6. # Use double buffering (reduces flicker, may not work for everyone)
  7. double_buffer yes
  8.  
  9. # fiddle with window
  10. use_spacer yes
  11. use_xft yes
  12.  
  13. # Update interval in seconds
  14. update_interval 3.0
  15.  
  16. # Minimum size of text area
  17. minimum_size 230 500
  18. #maximum_width 216
  19.  
  20. override_utf8_locale yes
  21.  
  22. # Draw shades?
  23. draw_shades yes
  24.  
  25. # Text stuff
  26. draw_outline yes # amplifies text if yes
  27. draw_borders no
  28. #font freesans -12
  29. xftfont Arial:size=14
  30. uppercase no # set to yes if you want all text to be in uppercase
  31.  
  32. # Stippled borders?
  33. stippled_borders 3
  34.  
  35. # border margins
  36. border_margin 9
  37.  
  38. # border width
  39. border_width 10
  40.  
  41. # Default colors and also border colors, grey90 == #e5e5e5
  42. default_color cbcbcb
  43.  
  44. own_window_colour brown
  45. own_window_transparent yes
  46.  
  47.  
  48. # Text alignment, other possible values are commented
  49. #alignment top_left
  50. alignment top_right
  51. #alignment bottom_left
  52. #alignment bottom_right
  53.  
  54. # Gap between borders of screen and text
  55. gap_x 10
  56. gap_y 30
  57.  
  58. # stuff after 'TEXT' will be formatted on screen
  59.  
  60. temperature_unit fahrenheit
  61.  
  62. TEXT
  63. Forecast For:
  64. Porterville CA (Elev. 479 ft)
  65. Lat/Lon: 36.0650/-119.0130
  66.  
  67. ${execi 1800 /home/bkberger/Conky/weather.sh 93257}
  68.  
  69. Humidity:${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KPTV humidity}%
  70. Wind speed:${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KPTV wind_speed}mph
  71. Wind direction:${alignr}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ KPTV wind_dir}
  72.  
  73. ${alignc}NOAA
  74. ${alignc}Jorge Newbery
  75. ${alignc}${cpubar cpu2 1,100}
  76.  
  77. Temperature: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SABE temperature}°
  78. Currently: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SABE cloud_cover}
  79. Pressure: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SABE pressure} Humidity: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SABE humidity}%
  80. Wind: speed: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SABE wind_speed} - ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SABE wind_dir} or ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SABE wind_dir_DEG}°
  81.  
  82. ${alignc}NOAA - Ezeiza
  83. ${alignc}${cpubar cpu2 1,100}
  84. Temperature: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SAEZ temperature}°
  85. Currently: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SAEZ cloud_cover}
  86. Pressure: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SAEZ pressure} Humidity: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SAEZ humidity}%
  87. Wind: speed: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SAEZ wind_speed} - ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SAEZ wind_dir} or ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ SAEZ wind_dir_DEG}°
  88.  
  89. ${alignc}NOAA - London
  90. ${alignc}${cpubar cpu2 1,100}
  91. Temperature: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU temperature}°
  92. Currently: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU cloud_cover}
  93. Pressure: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU pressure} Humidity: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU humidity}%
  94. Wind: speed: ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU wind_speed} - ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU wind_dir} or ${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU wind_dir_DEG}°
  95. ${alignc}${cpubar cpu2 1,300}
  96. ${alignc}${weather http://weather.noaa.gov/pub/data/observations/metar/stations/ CYXU last_update}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement