linux桌面天气,有桌面天气应用吗?

问题描述

有没有适用于Ubuntu 12.04的天气应用程序?

我尝试了很多,包括screenlets。

似乎没什么用。

最佳解决方法

以下是您可能喜欢的一些变体:

第一种方式:城市镜头

eedeb4cc9bc67c2d70e80f1a0e19e484.png

在终端中安装这个类型(开始

Ctrl

Alt

T

sudo add-apt-repository ppa:scopes-packagers/ppa

sudo apt-get update && sudo apt-get install unity-lens-utilities unity-scope-cities

第二种方式:天气指标

安装天气小程序指示器写入终端(启动Ctrl + Alt + T)

sudo apt-get install indicator-weather

或单击此按钮

0b8672e39f7e68a6779231c5fa6c1aaa.png

第三种方式:我的天气指标

在终端中安装我的天气指示器类型(启动Ctrl + Alt + T):

sudo add-apt-repository ppa:atareao/atareao

sudo apt-get update

sudo apt-get install my-weather-indicator

第四种方式:Stormcloud

对于gnome shell用户

在这里,我们有一个令人惊叹的gnome shell扩展名为Weather或类似的东西。这是截图:

所以要安装这个只需移动到here并点击右边的switch-i就可以打开它,它会询问你是否要安装它。答应我。添加你的城市,你有另一个令人敬畏的天气应用程序为gnome!

替代方式:HTC-style天气时钟

这只是从here读取

次佳解决方法

对于那些不想付钱的人来说,有一个Stormcloud的分支。

Typhoon is a free and open source weather application. It is based on Stormcloud 1.1 ,however without the bells and whistles. It is and always will be free. We have not included features like multiple locations due to no one can live in more than one places in a specific time(except electrons!). If you want to check the weather of any other location, you have to change the location. Also, we have not included ‘chameleonic background’ as it would make the app resource hungry. It is now a couple of mbs but ‘chameleonic background’ would make it around 300 mb.

要安装Typhoon,请通过Ctrl + Alt + t启动终端,然后逐个运行以下命令:

sudo add-apt-repository ppa:apandada1/typhoon

sudo apt-get update

sudo apt-get install typhoon

第三种解决方法

这是从命令行运行的one-liner。打开终端(Ctrl + Alt + t)并输入以下命令:

curl -s wttr.in/

这会根据您指定的位置调用wttr.in网站。默认设置提供当前天气以及三天预测。在我的例子中,我使用以下命令:

curl -s wttr.in/bothell

这导致以下输出:

0e50c8f2fc96e9b0f197784e1c4e66d9.png

一般来说,我不需要整整三天的预测,我也希望显示当前的日期和时间,所以我把它包装在一个小的shell脚本中,名为weather.sh:

#!/bin/bash

clear

date

curl -s wttr.in/bothell | head -7

这给了我以下输出到控制台:

Tue Aug 30 23:39:31 PDT 2016

Weather for City: Bothell, United States of America

\ / Clear

.-. 62 °F

―( ) ― ↖ 8 mph

`-’ 9 mi

/ \ 0.0 in

参考资料

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值