Advertisement
Guest User

Untitled

a guest
Feb 8th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.23 KB | None | 0 0
  1. r@ngf:~$ cat .conkyrc
  2. # Create own window instead of using desktop (required in nautilus)
  3. own_window yes
  4. own_window_type override
  5. own_window_transparent yes
  6. own_window_hints undecorated,below,skip_taskbar,skip_pager
  7.  
  8. # Use double buffering (reduces flicker, may not work for everyone)
  9. double_buffer yes
  10.  
  11. # fiddle with window
  12. use_spacer yes
  13. use_xft yes
  14.  
  15. # Update interval in seconds
  16. update_interval 3
  17.  
  18. # Minimum size of text area
  19. minimum_size 355 500
  20. maximum_width 355
  21.  
  22. override_utf8_locale yes
  23.  
  24. # Draw shades?
  25. draw_shades yes
  26.  
  27. # Text stuff
  28. draw_outline yes # amplifies text if yes
  29. draw_borders no
  30. #font freesans -12
  31. xftfont Arial:size=9
  32. uppercase no # set to yes if you want all text to be in uppercase
  33.  
  34. # Stippled borders?
  35. stippled_borders 3
  36.  
  37. # border margins
  38. border_margin 9
  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_ConkyWeatherFont/acc_int_cwfont}
  64. ${font Arial:size=10}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${font}${goto 200}${color ffe595}TEMP: $color${alignr}${execpi 600 sed -n '29p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}°C (${execpi 600 sed -n '30p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}°C)
  65. ${font conkyweather:size=100}${execi 600 sed -n '27p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}${font}
  66. ${voffset -130}${goto 200}${color ffe595}WIND: $color${alignr}${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond} ${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
  67. ${goto 200}${color ffe595}HUM: $color${alignr}${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
  68. ${goto 200}${color ffe595}DEW POINT: $color${alignr}${execpi 600 sed -n '37p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}°C
  69. ${goto 200}${color ffe595}PR: $color${alignr}${execpi 600 sed -n '34p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
  70. ${goto 200}${color ffe595}VISIB: $color${alignr}${execpi 600 sed -n '38p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
  71. ${goto 200}${color ffe595}CLOUD COVER: $color${alignr}${execpi 600 sed -n '35p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
  72. ${goto 200}${color ffe595}UV INDEX: $color${alignr}${execpi 600 sed -n '36p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
  73. ${goto 200}${color ffe595}S/M RISE: $color${alignr}${execpi 600 sed -n '39p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}/${execpi 600 sed -n '41p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}
  74. ${goto 200}${color ffe595}S/M SET: $color${alignr}${execpi 600 sed -n '40p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/curr_cond}/${execpi 600 sed -n '42p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/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
  77. ${goto 30}${font conkyweather:size=75}${execi 600 sed -n '25p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 210}${voffset -75}${font conkyweather:size=75}${execi 600 sed -n '30p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}
  78. ${voffset -70}${goto 145}${execpi 600 sed -n '26p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 340}${execpi 600 sed -n '31p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C
  79. ${goto 140}(${execpi 600 sed -n '27p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C)${goto 335}(${execpi 600 sed -n '32p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C)
  80.  
  81.  
  82. ${font Arial:size=8}${execpi 600 sed -n '2p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 195}${execpi 600 sed -n '3p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}$font
  83. Chance of Precip: ${execpi 600 sed -n '28p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 195}Chance of Precip: $color${execpi 600 sed -n '33p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}
  84. ${hr 1}
  85. ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 145}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 270}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}$color${font}
  86. ${goto 30}${font conkyweather:size=50}${execi 600 sed -n '6p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 140}${voffset -50}${font conkyweather:size=50}${execi 600 sed -n '11p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 260}${voffset -50}${font conkyweather:size=50}${execi 600 sed -n '16p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}
  87. ${voffset -40}${font Arial:size=8}${goto 100}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${execpi 600 sed -n '13p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 330}${execpi 600 sed -n '18p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C
  88. ${goto 100}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 330}${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C
  89.  
  90. ${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 135}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 255}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}
  91.  
  92. ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${goto 145}${execpi 600 sed -n '1p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${goto 270}${execpi 600 sed -n '6p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}$color${font}
  93. ${goto 30}${font conkyweather:size=50}${execi 600 sed -n '21p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}${font}${goto 140}${voffset -50}${font conkyweather:size=50}${execi 600 sed -n '2p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}${goto 260}${voffset -50}${font conkyweather:size=50}${execi 600 sed -n '7p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}
  94. ${voffset -40}${font Arial:size=8}${goto 100}${execpi 600 sed -n '23p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${execpi 600 sed -n '4p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
  95. ${font Arial:size=8}${goto 100}${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/first_days}°C${goto 210}${execpi 600 sed -n '5p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
  96.  
  97. ${execpi 600 sed -n '7p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 135}${execpi 600 sed -n '8p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 255}${execpi 600 sed -n '9p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}
  98.  
  99. ${font Arial:size=9}${goto 40}${color ffe595}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${goto 145}${execpi 600 sed -n '16p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${goto 270}${execpi 600 sed -n '21p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}$color${font}
  100. ${goto 30}${font conkyweather:size=50}${execi 600 sed -n '12p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}${goto 140}${voffset -50}${font conkyweather:size=50}${execi 600 sed -n '17p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}${goto 260}${voffset -50}${font conkyweather:size=50}${execi 600 sed -n '22p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}${font}
  101. ${voffset -40}${font Arial:size=8}${goto 100}${execpi 600 sed -n '14p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 210}${execpi 600 sed -n '19p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${execpi 600 sed -n '24p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
  102. ${font Arial:size=8}${goto 100}${execpi 600 sed -n '15p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 210}${execpi 600 sed -n '20p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C${goto 330}${execpi 600 sed -n '25p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/last_days}°C
  103.  
  104. ${execpi 600 sed -n '10p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 135}${execpi 600 sed -n '11p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}${goto 255}${execpi 600 sed -n '12p' $HOME/Accuweather_Conky_Int_ConkyWeatherFont/messages}
  105. r@ngf:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement