
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on git.opendesktop.org
Conky Cronograph Station (UPDATED)
Accuweather script updated, weather forecast works again.
See README file inside for instructions.
7 years ago
26-01-2011 Accuweather Script updated (weather forecast works again). Delete the old package and instal the new one.
10-01-2011 Small fix. (Tanks to "gracca").till
09-01-2011 V1.2 Some small Fixes.
06-01-2011 V1.1 Fixed some bugs & new Accuweather Script.
06-01-2011 V 1.0 First release!
7 years ago
26-01-2011 Accuweather Script updated (weather forecast works again). Delete the old package and instal the new one.
10-01-2011 Small fix. (Tanks to "gracca").till
09-01-2011 V1.2 Some small Fixes.
06-01-2011 V1.1 Fixed some bugs & new Accuweather Script.
06-01-2011 V 1.0 First release!
bhatta
Sep 26 2013
sadi
Feb 23 2012
MadeInKobaia
Jan 26 2012
balakrishnan
Jan 17 2012
ubuntico
Jan 15 2012
icalper
Jan 14 2012
sekter7
Jan 13 2012
dunemafia
Jan 12 2012
frankjoe
Jan 11 2012
socialinux
Jan 11 2012
rcpacheco
Jan 10 2012
Ahmose
Jan 10 2012
KYRN
Jan 09 2012
gracca
Jan 09 2012
linuxbear
Jan 07 2012
rvc-2011
Jan 07 2012
Seniazi
Jan 06 2012
0rAX0
Jan 06 2012
raoul223
Jan 06 2012

shamanphenix
Jun 05 2012
MadeInKobaia
Jan 26 2012
ubuntico
Jan 15 2012
KYRN
Jan 09 2012
mitsumen
3 years ago
My location is Misssion bc Canada
Thank
Report
naskoman
6 years ago
I have checked the rv file and it all seems good,i don't inderstand...
here is all the codes i have in rv file:
# — Conky settings — #
background yes
update_interval 1
total_run_times 0
net_avg_samples 2
override_utf8_locale yes
double_buffer yes
no_buffers yes
text_buffer_size 2048
imlib_cache_size 0
temperature_unit celcius
# — Window specifications — #
own_window_class Conky
own_window yes
own_window_type conky
own_window_transparent yes
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
border_inner_margin 0
border_outer_margin 0
minimum_size 300 300
maximum_width 300
alignment top_right
gap_x 30
gap_y 75
# — Graphics settings — #
draw_shades no
draw_outline no
draw_borders no
draw_graph_borders no
# — Text settings — #
use_xft yes
xftfont hooge 05_53:size=6
xftalpha 0.5
default_color FFFFFF
uppercase no
use_spacer right
color0 white
color1 orange
color2 green
# — Lua Load — #
lua_load $HOME/.Conky/cronograph/scripts/clock_rings.lua
lua_draw_hook_pre clock_rings
lua_load $HOME/.Conky/cronograph/scripts/multi_rings.lua
lua_draw_hook_post main
TEXT
${execi 500 bash $HOME/.Conky/cronograph/accuweather/accuw_script}
${voffset 29}${offset 120}BAT:
${voffset 17}${goto 65}${font hooge 05_53:size=12}${time %H:%M}${font}${goto 185}UPTIME:
${voffset 2}${goto 65}${time %a %d %b}${goto 185}${uptime}
${voffset 2}${goto 65}${time %Y}
${voffset -6}${goto 145}HD
${voffset 12}${alignc}${fs_free}/${fs_size}
${voffset 36}${goto 91}${cpu cpu0}%${goto 221}${memperc}%
${voffset 10}${goto 76}CPU${goto 205}MEM
${voffset 20}${goto 90}${font hooge 05_53:size=12}${execpi 600 sed -n '4p' $HOME/.Conky/cronograph/accuweather/curr_cond}°${voffset -32}${goto 125}${font conkyweather:size=40}${execpi 600 sed -n '2p' $HOME/.Conky/cronograph/accuweather/curr_cond}${font}${voffset -12}${goto 185}${execpi 600 sed -n '3p' $HOME/.Conky/cronograph/accuweather/curr_cond}${voffset 12}${goto 185}${font conkyweather:size=20}${voffset 7}${goto 80}${execpi 600 sed -n '7p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 135}${execpi 600 sed -n '12p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 185}${execpi 600 sed -n '17p' $HOME/.Conky/cronograph/accuweather/tod_ton}${font}${voffset 6}${goto 84}${execpi 600 sed -n '9p' $HOME/.Conky/cronograph/accuweather/tod_ton}°/${execpi 600 sed -n '10p' $HOME/.Conky/cronograph/accuweather/tod_ton}°${goto 140}${execpi 600 sed -n '14p' $HOME/.Conky/cronograph/accuweather/tod_ton}°/${execpi 600 sed -n '15p' $HOME/.Conky/cronograph/accuweather/tod_ton}°${goto 190}${execpi 600 sed -n '19p' $HOME/.
Conky/cronograph/accuweather/tod_ton}°/${execpi 600 sed -n '20p' $HOME/.Conky/cronograph/accuweather/tod_ton}°${voffset 7}${goto 85}${execpi 600 sed -n '6p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 140}${execpi 600 sed -n '11p' $HOME/.Conky/cronograph/accuweather/tod_ton}${goto 190}${execpi 600 sed -n '16p' $HOME/.Conky/cronograph/accuweather/tod_ton}
${if_match ${battery_percent BAT1}>0}${if_match ${battery_percent BAT1}<=15}${image $HOME/.Conky/cronograph/images/Red.png -p 129,18 -s 40x40}${endif}${endif}
${if_match ${battery_percent BAT1}>15}${if_match ${battery_percent BAT1}<=20}${image $HOME/.Conky/cronograph/images/Orange.png -p 129,18 -s 40x40}${endif}${endif}
${if_match ${battery_percent BAT1}>20}${if_match ${battery_percent BAT1}<=35}${image $HOME/.Conky/cronograph/images/Yellow.png -p 129,18 -s 40x40}${endif}${endif}
${if_match ${battery_percent BAT1}>35}${if_match ${battery_percent BAT1}<=100}${image $HOME/.Conky/cronograph/images/Dark_Green.png -p 129,18 -s 40x40}${endif}${endif}
${execpi 1 cat $HOME/.Conky/cronograph/scripts/blinkingLED}
Please help if you can.
Thank you in advance.
Best regards.
Report
caboodle
6 years ago
own_window_argb_visual yes
Report
naskoman
6 years ago
YOU ARE THE BEST !
Report
ilnanny75
6 years ago
thanks for sharing :D
Report
Notorik
6 years ago
Report
sadi
6 years ago
The result on my desktop (ubuntu 11.10) is however a bit different from the screenshot above.
I have the area used by the conky script on the wallpaper cut out and raised a little bit with a nice shadow around (see http://i.minus.com/ibznSeVOmiqCgA.png)
This looks like a different design choice ;-)
I think it might be interesting to find out how one can make this happen and how one can prevent it ;-)
Report
frankjoe
7 years ago
Report
icalper
7 years ago
Report
mucas
7 years ago
Report
terminhell
7 years ago
http://imageshack.us/photo/my-images/859/screenshotat20120113225.png/
Report
mucas
7 years ago
Report
terminhell
7 years ago
Report
mucas
7 years ago
I forgot to mention that the accuweather script is for International Users, for USA you have to use the Accuweather USA Script. Follow this link http://ubuntuforums.org/showthread.php?t=1156383 and grab the script. You have to edit the "conkyrc" also. I could make the changes but i live in Europe (Portugal), so i can't test the USA script.
Report
freakyfriday
6 years ago
Report
icalper
7 years ago
More details on the comments of your Deviantart page.
Report
frankjoe
7 years ago
Report
gracca
7 years ago
sed -i -e 's/Monday/SON/' ...
It should be MON :)
Thanks, I liked your script!
Report
mucas
7 years ago
Report
rvc-2011
7 years ago
Report
Seniazi
7 years ago
would like to see it as a KDE-plasmoid though :-)
Report