Advertisement
Guest User

weath

a guest
Aug 14th, 2012
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 3.14 KB | None | 0 0
  1. # --- Window Layout & Options --- #
  2. background yes
  3. use_xft yes
  4. own_window yes
  5. own_window_argb_visual yes
  6. own_window_transparent yes #yes
  7. own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
  8. own_window_class Conky
  9. own_window_type normal
  10. double_buffer yes
  11. alignment top_left
  12. use_spacer none #none
  13. draw_borders yes
  14. draw_graph_borders yes
  15. gap_x 730
  16. gap_y 40
  17. total_run_times 0
  18. no_buffers yes
  19. cpu_avg_samples 4
  20. net_avg_samples 1
  21. background yes
  22.  
  23. # --- Colours, Sizes, Fonts & Margins --- #
  24. xftfont DejaVu Sans:size=10
  25. xftalpha 1
  26. update_interval 1.0
  27. minimum_size 400 400
  28. #maximum_width 400
  29. stippled_borders 0
  30. border_width 1
  31. default_color CCFFCC
  32. #default_color 303030
  33. #default_shade_color black
  34. default_outline_color CCFFCC
  35. own_window_colour CCFFCC
  36.  
  37.  
  38. # --- Text --- #
  39. draw_outline no
  40. draw_borders no #no
  41. uppercase no
  42. draw_shades no
  43. override_utf8_locale yes
  44. text_buffer_size 2048
  45.  
  46. color1 CCFFCC
  47. color2 CC9966
  48. color3 CCFFFF
  49.  
  50. TEXT
  51. ${voffset 10}${font Ubuntu :size=15}${color1}${goto 40}${execi 1800 conkyForecast --location=RSXX1455 --datatype=CT}${goto 340}${font Ubuntu :size=25}${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=HT}
  52. ${goto 250}${font Ubuntu :size=10}Давление: ${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=BR}
  53. ${goto 250}${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=BD}
  54. ${goto 250}Ветер: ${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=WD} (${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=WA}°)
  55. ${goto 250}${execi 1800 conkyForecast --location=RSXX1455 --datatype=WS}
  56. ${goto 250}Влажность: ${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=HM}
  57. ${voffset 185}${font Ubuntu :size=10}${color1}${goto 60}${execi 600 conkyForecast --location=RSXX1455 --datatype=HT -u --startday=1}/${color2}${execi 600 conkyForecast --location=RSXX1455 --datatype=LT -u --startday=1}${font Ubuntu :size=10}${color1}${goto 140}${execi 600 conkyForecast --location=RSXX1455 --datatype=HT -u --startday=2}/${color2}${execi 600 conkyForecast --location=RSXX1455 --datatype=LT -u --startday=2}${font Ubuntu :size=10}${color1}${goto 240}${execi 600 conkyForecast --location=RSXX1455 --datatype=HT -u --startday=3}/${color2}${execi 600 conkyForecast --location=RSXX1455 --datatype=LT -u --startday=3}${font Ubuntu :size=10}${color1}${goto 320}${execi 600 conkyForecast --location=RSXX1455 --datatype=HT -u --startday=4}/${color2}${execi 600 conkyForecast --location=RSXX1455 --datatype=LT -u --startday=4}
  58. ${voffset 4}${font Ubuntu :size=12}${color3}${goto 62}${execi 600 conkyForecast --location=RSXX1455 --datatype=DW --shortweekday --startday=1}${font Ubuntu :size=10}${color3}${goto 145}${execi 600 conkyForecast --location=RSXX1455 --datatype=DW --shortweekday --startday=2}${font Ubuntu :size=10}${color3}${goto 245}${execi 600 conkyForecast --location=RSXX1455 --datatype=DW --shortweekday --startday=3}${font Ubuntu :size=10}${color3}${goto 325}${execi 600 conkyForecast --location=RSXX1455 --datatype=DW --shortweekday --startday=4}
  59. ${execpi 600 conkyForecast --location=RSXX1455 --template=/home/ratte/Прогр/weather/templateW}
  60. #${voffset -300}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement