You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
2 years ago | |
---|---|---|
src/wpx | 2 years ago | |
.gitignore | 2 years ago | |
.gitmodules | 2 years ago | |
README.md | 2 years ago | |
package.yaml | 2 years ago | |
setup.py | 2 years ago |
README.md
wpx 💻
Wpx is a wallpaper downloader. That's it.
Supported Wallpaper Providers
Requirements
- Python 3.5+
- (Linux)
python3-gi
(when installing throughpipx
pass--system-site-packages
)
Usage
Get a random image from a WallpapersHome category:
$ FILENAME=$(wpx wallpapershome '{category: art/anime}' --random)
Get Bing's image of the day:
$ FILENAME=$(wpx bing -d ~/Pictures/wallpapers --daily)
Or set up a cron to update your background wallaper every hour:
0 1 * * * ~/.local/bin/wpx -d ~/Pictures/wallpapers --set-desktop --daily bing