首先呢,Himawaripy是一个 Python3 小脚本。
它会抓取由日本 Himawari 8 气象卫星拍摄的接近实时的地球照片,并将它设置成你的桌面背景。
当然你也可以在安装完成后,你可以将它设置成每 10 分钟运行的定时任务,这样它就可以实时地取回地球的照片并设置成背景了。
它支持的桌面环境
Tested:
Not Support:
安装:
cd ~ git clone https://github.com/boramalper/himawaripy.git # configure cd ~/himawaripy vi himawaripy.py # test whether it's working ./himawaripy.py # set up a cronjob crontab -e # Add the line: */10 * * * * /home/USERNAME/himawaripy/himawaripy.py
卸载:
# remove the cronjob crontab -e # Remove the line */10 * * * * /home/USERNAME/himawaripy/himawaripy.py # Remove the data directory # By default, `~/.himawari`. Check `output_file` variable in himawaripy.py # in case you've changed it. rm -rf ~/.himawari # Remove the installation folder rm -rf ~/himawaripy
更多安信息可以访问,它的GitHub公开库: https://github.com/boramalper/himawaripy
下面是我的桌面截图:
发表评论: