刚刚打包完成的Conky-colors

只有64位的: 个人配置文件: 解压后,更名为".conkyrc" ,将更名后的文件复制到用户目录下。
(注:因本人CPU为原老级处理器,所以将天气模块删掉,要的朋友们自己添加源代码在文件最后)。
天气代码:
###############
# - WEATHER - #
###############
# For a working weather script you NEED to define, in a user specific config file, a partner id and registration code for the weather.com xoap service. For this purpose copy .conkyForecast.config in ~/.conkycolors folder to your home and setup as required.
# http://www.weather.com/services/xmloap.html
${voffset -8}${font Liberation Sans:style=Bold:size=8}WEATHER $stippled_hr${font}
# |--WLAN0
${if_up wlan0}
${execpi 10800 ~/.conkycolors/bin/conkyForecast --location=CHXX0037 -t ~/.conkycolors/templates/conkyForecast.template}
# |--ETH0
${else}${if_up eth0}
${execpi 10800 ~/.conkycolors/bin/conkyForecast --location=CHXX0037 -t ~/.conkycolors/templates/conkyForecast.template}
# |--PPP0
${endif}${else}${if_up ppp0}
${execpi 10800 ~/.conkycolors/bin/conkyForecast --location=CHXX0037 -t ~/.conkycolors/templates/conkyForecast.template}
${endif}${else}${voffset 4}${color0}${font PizzaDude Bullets:size=12}4${font}${color}${goto 32}Weather Unavailable${endif}${endif}
插件截图: