Hi Guys ...
heres my conky file and scripts and pixmaps
# Default Fonts
use_xft yes
xftfont DejaVu Sans:size=8
override_utf8_locale yes
# Performance Settings
update_interval 1
total_run_times 0
double_buffer yes
no_buffers yes
net_avg_samples 2
text_buffer_size 1024
# Window Settings
own_window yes
own_window_transparent yes
own_window_type override
own_window_hints undecorated,below,sticky,skip_taskbar,skip_pager
# Window border
draw_borders no
draw_shades no
# Default Color
default_color E0DFDE
# Color Title.
color0 FFFFFF
# Size and position
minimum_size 1280 192
gap_x 0
gap_y 29
alignment bottom_left
TEXT
${image ~/.conky/pix/background.png -p 0,0 -s 1280x192}
${GOTO 292}${font DejaVu Sans:bold:size=9}${color0}Disk Space${font}${color}${GOTO 405}${font DejaVu Sans:size=9}${color0}Free / Total GiB${font}${color}${GOTO 548}${font DejaVu Sans:bold:size=9}${color0}Network${font}${color}${GOTO 804}${font DejaVu Sans:bold:size=9}${color0}CPU/GPU Temp${font}${color}${GOTO 1060}${font DejaVu Sans:bold:size=9}${color0}Time and date${font}${color}
${GOTO 36}Kernel:${GOTO 120}${kernel}${GOTO 292}System (/):${GOTO 405}${fs_free /}/${fs_size /}${GOTO 548}Upspeed:${GOTO 632}${upspeedgraph eth0 10,75 B7B2AD B7B2AD} ${upspeedf eth0}k/s${GOTO 804}CPU:${GOTO 888}${platform it87.2576 temp 1}°C${GOTO 1060}Time: ${time %H:%M:%S}
${GOTO 36}CPU0:${GOTO 120}${cpubar cpu0 10,50} ${cpu cpu0}%${GOTO 215}${freq_g}Ghz${GOTO 292}${GOTO 316}${fs_bar 10,100 /}${GOTO 548}Downspeed:${GOTO 632}${downspeedgraph eth0 10,75 B7B2AD B7B2AD} ${downspeedf eth0}k/s${GOTO 804}GPU:${GOTO 888}${execi 60 nvidia-settings -t -q GPUCoreTemp} °C${GOTO 1060}
${GOTO 36}CPU1:${GOTO 120}${cpubar cpu1 10,50} ${cpu cpu1}%${GOTO 215}${freq_g}Ghz${GOTO 292}Home (/home):${GOTO 405}${fs_free /home}/${fs_size /home}${GOTO 804}Fan:${GOTO 888}${platform it87.2576 fan 1} RPM${GOTO 1060}Date: ${time %A}, ${time %d} ${time %B} ${time %Y}
${GOTO 36}CPU2:${GOTO 120}${cpubar cpu2 10,50} ${cpu cpu2}%${GOTO 215}${freq_g}Ghz${GOTO 292}${GOTO 316}${fs_bar 10,100 /home}${GOTO 548}Uploaded:${GOTO 632}${totalup eth0}${GOTO 804}
${GOTO 36}CPU3:${GOTO 120}${cpubar cpu3 10,50} ${cpu cpu3}%${GOTO 215}${freq_g}Ghz${GOTO 292}Data (/media/sdb3):${GOTO 405}${fs_free /media/sdb3}/${fs_size /media/sdb3} ${GOTO 804}${font DejaVu Sans:bold:size=9}${color0}GMail Inbox${font}${color}${GOTO 1060}Uptime: ${uptime}
${GOTO 36}RAM:${GOTO 120}${membar 10,50} ${memperc}%${GOTO 215}${memmax}${GOTO 292}${GOTO 316}${fs_bar 10,100 /media/sdb3}${GOTO 548}Downloaded:${GOTO 632}${totaldown eth0}${GOTO 804}You have ${execi 60 python ~/.conky/script/gmail.py}
${GOTO 36}SWAP:${GOTO 120}${swapbar 10,50} ${swapperc}%${GOTO 215}${swapmax}${GOTO 292}${GOTO 316}${GOTO 548}
${GOTO 36}Processor: ${GOTO 120}${voffset -13}${execi 3 ~/.conky/script/cpu.sh}${GOTO 548}Local IP:${GOTO 632}${addr eth0}${GOTO 804}${font DejaVu Sans:bold:size=9}${color0}Local Weather${font}${color}${GOTO 1060}
${GOTO 36}Machine:${GOTO 120}${machine}${GOTO 120}${GOTO 548}Public IP:${GOTO 632}${execi 10000 ~/.conky/script/ip.sh}${GOTO 632}${GOTO 804}${rss http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|UK|UK105|Bedford 300 item_titles 1}${GOTO 1060}Conky Version: ${conky_version}My Conky
extract the .7z file ... rename the conky folder to .conky and the conkyrc to .conkyrc and place both in your home directory
you will need to install LM-Sensors ... and run sensors-detect as root ... mine is a Quad core version but you can remove the none needed cores ...
to edit the Gmail Settings open the gmail.py file in the scripts folder and enter your username and password for Gmail and save the file ....
to edit the Weather settings open the .conkyrc and edit the following section
${GOTO 36}Machine:${GOTO 120}${machine}${GOTO 120}${GOTO 548}Public IP:${GOTO 632}${execi 10000 ~/.conky/script/ip.sh}${GOTO 632}${GOTO 804}${rss
http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|UK|UK105|Bedford 300 item_titles 1}${GOTO 1060}Conky Version: ${conky_version}
adjust the rss feed:-
Go to the accuweather rss url
http://www.accuweather.com/rss-center.aspchoose location and take a note of the returned url - in my case
http://rss.accuweather.com/rss/liveweather_rss.asp?metric=1&locCode=EUR|UK|UK105|Bedford
Replace the address in the url command with yours
Kori