a186r avatar

给linux桌面设置一张实时的地球照片

a186r

Published: 04 Apr 2018 › Updated: 04 Apr 2018

给linux桌面设置一张实时的地球照片

‘Himawaripy’ 是一个 Python 3 小脚本,它会抓取由日本 Himawari 8 气象卫星拍摄的接近实时的地球照片,并将它设置成你的桌面背景。

这里是它的github地址:https://github.com/boramalper/himawaripy

github上都有详细的安装以及配置定时任务的说明

主要几步:

1.clone到本地
cd ~
git clone https://github.com/boramalper/himawaripy.git

2.安装python3-setuptools

sudo apt install python3-setuptools

3.测试有没有正常工作
himawaripy --auto-offset

4.设置定时任务
which -- himawaripy //查看安装路径
crontab -e
*/10 * * * * <INSTALLATION_PATH> //在文件最后添加一行

Leave 给linux桌面设置一张实时的地球照片 to:

Written by

Read more #linux posts


Best Posts From a186r

We have not curated any of a186r's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From a186r