geektool添加天气图标+天气信息教程

发布时间:2023-09-10 22:47:30阅读:65331

  geektool 这东西就不多作介绍,直奔主题。

  日期日历添加

  百度一搜一把代码,今天就给大家讲讲天气的添加,因为名早有课,写得有些混乱。。见谅

  

  打开geektool,点选shell拖到桌面,之后点击你拖到桌面的框框,出现右边黑色栏,名称输入weather即可。

  再然后添加城市信息:注意command 和白色输入栏后面有三个小点 ,点击出现终端框,粘贴如下条目:(红色部分要自己改动)

  curl --silent "http://weather.yahoo.com/forecast/CHXX0200.html" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /tmp/weather.png\

  curl --silent "http://xml.weather.yahoo.com/forecastrss?p=CHXX0200&u=c" | grep -E '(Current Conditions:|C<BR)' | sed Current Conditions: ? -e ?s

  curl --silent "http://weather.yahoo.com/china/xinjiang/karamay-2144016" | grep "forecast-icon" | sed "s/.*background\:url(\'\(.*\)\')\;\ _background.*/\1/" | xargs curl --silent -o /tmp/weather.png\

  这时候打开进入网站:http://weather.yahoo.com 搜索你要添加的城市,复制其链接

  

  点击rss阅读器,

找到你的城市代码

  之后返回终端框,第一第二行红色字段用你的城市代码代替,第三段红色部分用你要的城市网址

  下一步添加天气图标,回到geektool界面,把image拖动到桌面

  在右栏url输入框里输入“file:///tmp/weather.png" 注意是三个斜杠!!

  ok 完成了。还有注意事项:天气的刷新频率最好调到600s以上!

排行榜