Advertisement
Guest User

Untitled

a guest
Feb 16th, 2013
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.83 KB | None | 0 0
  1. # Create own window instead of using desktop (required in nautilus)
  2. own_window yes
  3. own_window_type override
  4. own_window_transparent yes
  5. own_window_hints undecorated,below,skip_taskbar,skip_pager
  6.  
  7. # Use double buffering (reduces flicker, may not work for everyone)
  8. double_buffer yes
  9.  
  10. # fiddle with window
  11. use_spacer yes
  12. use_xft yes
  13.  
  14. # Update interval in seconds
  15. update_interval 3
  16.  
  17. # Minimum size of text area
  18. minimum_size 355 500
  19. maximum_width 357
  20.  
  21. override_utf8_locale yes
  22.  
  23. # Draw shades?
  24. draw_shades yes
  25.  
  26. # Text stuff
  27. draw_outline yes # amplifies text if yes
  28. draw_borders no
  29. #font freesans -12
  30. xftfont Arial:size=9
  31. uppercase no # set to yes if you want all text to be in uppercase
  32.  
  33. # Stippled borders?
  34. stippled_borders 3
  35.  
  36. # border margins
  37. border_inner_margin 9
  38. border_outer_margin 0
  39.  
  40. # border width
  41. border_width 10
  42.  
  43. # Default colors and also border colors, grey90 == #e5e5e5
  44. default_color cbcbcb
  45.  
  46. own_window_colour brown
  47. own_window_transparent yes
  48.  
  49. # Text alignment, other possible values are commented
  50. alignment top_left
  51. #alignment top_right
  52. #alignment bottom_left
  53. #alignment bottom_right
  54.  
  55. # Gap between borders of screen and text
  56. gap_x 10
  57. gap_y 30
  58.  
  59. imlib_cache_size 0
  60. # stuff after 'TEXT' will be formatted on screen
  61.  
  62. TEXT
  63. ${font Arial:size=12}${color ffe595}WEATHER ${font}${hr 2}$color${texeci 500 bash $HOME/Accuweather_Conky_Int_Images/acc_int_images}
  64. ${image $HOME/Accuweather_Conky_Int_Images/cc.png -p 0,60 -s 180x108}
  65. ${font Arial:size=10}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_Int_Images/messages}${font}${goto 200}${color ffe595}TEMP: $color${alignr}${execpi 600 sed -n '29p' $HOME/Accuweather_Conky_Int_Images/curr_cond}°C (${execpi 600 sed -n '30p' $HOME/Accuweather_Conky_Int_Images/curr_cond}°C)
  66. ${goto 200}${color ffe595}WIND: $color${alignr}${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_Images/curr_cond} ${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  67. ${goto 200}${color ffe595}HUM: $color${alignr}${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  68. ${goto 200}${color ffe595}DEW POINT: $color${alignr}${execpi 600 sed -n '37p' $HOME/Accuweather_Conky_Int_Images/curr_cond}°C
  69. ${goto 200}${color ffe595}PR: $color${alignr}${execpi 600 sed -n '34p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  70. ${goto 200}${color ffe595}VISIB: $color${alignr}${execpi 600 sed -n '38p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  71. ${goto 200}${color ffe595}CLOUD COVER: $color${alignr}${execpi 600 sed -n '35p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  72. ${goto 200}${color ffe595}UV INDEX: $color${alignr}${execpi 600 sed -n '36p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  73. ${goto 200}${color ffe595}S/M RISE: $color${alignr}${execpi 600 sed -n '39p' $HOME/Accuweather_Conky_Int_Images/curr_cond}/${execpi 600 sed -n '41p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  74. ${goto 200}${color ffe595}S/M SET: $color${alignr}${execpi 600 sed -n '40p' $HOME/Accuweather_Conky_Int_Images/curr_cond}/${execpi 600 sed -n '42p' $HOME/Accuweather_Conky_Int_Images/curr_cond}
  75. ${hr 1}
  76. ${goto 50}${font Arial:size=10}${color ffe595}TODAY$color$font${goto 230}${font Arial:size=10}${color ffe595}TONIGHT$color$font${image $HOME/Accuweather_Conky_Int_Images/tod.png -p 0,205 -s 120x72}${image $HOME/Accuweather_Conky_Int_Images/ton.png -p 190,205 -s 120x72}
  77.  
  78. ${goto 145}${execpi 600 sed -n '26p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${goto 340}${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_Images/first_days}°C
  79. ${goto 140}(${execpi 600 sed -n '27p' $HOME/Accuweather_Conky_Int_Images/first_days}°C)${goto 335}(${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_Int_Images/first_days}°C)
  80.  
  81.  
  82. ${font Arial:size=8}${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_Int_Images/messages}${goto 195}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_Int_Images/messages}$font
  83. Chance of Precip: ${execpi 600 sed -n '28p' $HOME/Accuweather_Conky_Int_Images/first_days}${goto 195}Chance of Precip: $color${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_Int_Images/first_days}
  84. ${hr 1}
  85. ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_Images/first_days}${goto 145}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_Images/first_days}${goto 270}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_Int_Images/first_days}$color${font}${image $HOME/Accuweather_Conky_Int_Images/6.png -p 0,330 -s 90x54}
  86.  
  87. ${font Arial:size=8}${goto 100}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${goto 210}${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${goto 330}${execpi 600 sed -n '18p' $HOME/Accuweather_Conky_Int_Images/first_days}°C
  88. ${goto 100}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${goto 210}${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${goto 330}${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${image $HOME/Accuweather_Conky_Int_Images/11.png -p 110,330 -s 90x54}${image $HOME/Accuweather_Conky_Int_Images/16.png -p 230,330 -s 90x54}
  89.  
  90. ${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_Int_Images/messages}${goto 135}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_Images/messages}${goto 255}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_Int_Images/messages}
  91.  
  92. ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_Int_Images/first_days}${goto 145}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_Int_Images/last_days}${goto 270}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_Int_Images/last_days}$color${font}${image $HOME/Accuweather_Conky_Int_Images/21.png -p 0,420 -s 90x54}
  93.  
  94. ${font Arial:size=8}${goto 100}${execpi 600 sed -n '23p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${goto 210}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${goto 330}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_Images/last_days}°C
  95. ${font Arial:size=8}${goto 100}${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_Int_Images/first_days}°C${goto 210}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${goto 330}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${image $HOME/Accuweather_Conky_Int_Images/last_2.png -p 110,420 -s 90x54}${image $HOME/Accuweather_Conky_Int_Images/last_7.png -p 230,420 -s 90x54}
  96.  
  97. ${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_Int_Images/messages}${goto 135}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_Int_Images/messages}${goto 255}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_Images/messages}
  98.  
  99. ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_Int_Images/last_days}${goto 145}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_Int_Images/last_days}${goto 270}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_Int_Images/last_days}$color${font}${image $HOME/Accuweather_Conky_Int_Images/last_12.png -p 0,510 -s 90x54}
  100.  
  101. ${font Arial:size=8}${goto 100}${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${goto 210}${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${goto 330}${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_Int_Images/last_days}°C
  102. ${font Arial:size=8}${goto 100}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${goto 210}${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${goto 330}${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_Int_Images/last_days}°C${image $HOME/Accuweather_Conky_Int_Images/last_17.png -p 110,510 -s 90x54}${image $HOME/Accuweather_Conky_Int_Images/last_22.png -p 230,510 -s 90x54}
  103.  
  104. ${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_Images/messages}${goto 135}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_Int_Images/messages}${goto 255}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_Int_Images/messages}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement