https://github.com/nriver/xfce-bing-wallpaper-everyday
xfce每日bing壁纸. Set bing wallpaper for xfce everyday automatically.
https://github.com/nriver/xfce-bing-wallpaper-everyday
bing linux manjaro manjaro-linux python python3 wallpaper xfce
Last synced: 24 days ago
JSON representation
xfce每日bing壁纸. Set bing wallpaper for xfce everyday automatically.
- Host: GitHub
- URL: https://github.com/nriver/xfce-bing-wallpaper-everyday
- Owner: Nriver
- License: agpl-3.0
- Created: 2022-05-20T01:24:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T07:20:05.000Z (11 months ago)
- Last Synced: 2024-12-16T08:25:12.710Z (11 months ago)
- Topics: bing, linux, manjaro, manjaro-linux, python, python3, wallpaper, xfce
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# xfce-bing-wallpaper-everyday
xfce每日bing壁纸. Set bing wallpaper for xfce everyday automatically.
# 使用方法
直接运行
```
python3 xfce_bing_wallpaper_everyday.py
```
会自动把壁纸下载到 `~/.bing` 目录下,并设置为壁纸
# 定时任务
添加每日定时任务,自动换壁纸
可以在cronjob里加上这个
路径换成你自己的
```
05 01 * * * python3 /home/nate/gitRepo/xfce-bing-wallpaper-everyday/xfce_bing_wallpaper_everyday.py
```
如果执行不了,可以加上日志输出
```
20 09 * * * python3 /home/nate/gitRepo/xfce-bing-wallpaper-everyday/xfce_bing_wallpaper_everyday.py > /home/nate/.bing/bing.log 2>&1
```
# 还原
Manjaro的默认图是这个 `/usr/share/backgrounds/xfce/illyria-default.jpg`,可以随时还原回去