wikiwall is a CLI that downloads a random image from Wikiart's Hi-Res page and sets it as your desktop background in macOS.
- Easily customize your desktop with new hi-res artwork from the command line.
- Update your wallpaper periodically with your favorite scheduler.
- Python 3.6 or higher
- macOS
$ pip3 install wikiwall
If you want, set your wallpaper to change every night with launchd:
$ git clone https://github.com/kylepw/wikiwall.git && cd wikiwall $ sed -i.bak -e "s|WIKIWALL|$(which wikiwall)|g" wikiwall.plist $ cp wikiwall.plist ~/Library/LaunchAgents $ launchctl load ~/Library/LaunchAgents/wikiwall.plist
$ wikiwall --help Usage: wikiwall [OPTIONS] COMMAND [ARGS]... Set desktop background in macOS to random WikiArt image. Options: --dest TEXT Download images to specified destination. --limit INTEGER Number of files to keep in download directory. Set to -1 for no limit. Default is 10. --debug Show debugging messages. --help Show this message and exit. Commands: show Show previous downloads in Finder.
- Set wallpaper on a desktop not currently being viewed.
- Add support for other operating systems.
- Provide preview of image before setting as background.