Advertisement
Guest User

weth

a guest
Dec 16th, 2012
148
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 br
  12. use_spacer none #none
  13. draw_borders yes
  14. draw_graph_borders yes
  15. gap_x 10
  16. gap_y 30
  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 0
  26. update_interval 1.0
  27. minimum_size 300 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 CCFF99
  47. color2 green
  48. color3 CCFF99
  49. color4 yellow
  50.  
  51. TEXT
  52. ${voffset 40}${font Ubuntu :size=15}${color1}${goto 40}${execi 1800 conkyForecast --location=RSXX1455 --datatype=CT}${voffset 20}${goto 200}${font Ubuntu :size=25}${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=HT}
  53. ${voffset -20}${goto 180}${font Ubuntu :size=10}Давление: ${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=BR}
  54. ${goto 180}${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=BD}
  55. ${goto 180}Ветер: ${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=WD} (${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=WA}°)
  56. ${goto 180}${execi 1800 conkyForecast --location=RSXX1455 --datatype=WS}
  57. ${goto 180}Влажность: ${execi 1800 conkyForecast --location=RSXX1455 -u --datatype=HM}
  58. ${voffset 95}${font Ubuntu :size=10}${color4}${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}${color4}${goto 120}${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}${color4}${goto 190}${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}${color4}${goto 250}${execi 600 conkyForecast --location=RSXX1455 --datatype=HT -u --startday=4}/${color2}${execi 600 conkyForecast --location=RSXX1455 --datatype=LT -u --startday=4}
  59. ${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 120}${execi 600 conkyForecast --location=RSXX1455 --datatype=DW --shortweekday --startday=2}${font Ubuntu :size=10}${color3}${goto 190}${execi 600 conkyForecast --location=RSXX1455 --datatype=DW --shortweekday --startday=3}${font Ubuntu :size=10}${color3}${goto 250}${execi 600 conkyForecast --location=RSXX1455 --datatype=DW --shortweekday --startday=4}
  60. ${execpi 600 conkyForecast --location=RSXX1455 --template=/home/ratte/w.template}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement