Script to set wallpaper using keyword or randomly
pip install wanda -U
For termux, you will need the following packages:
pip install --upgrade pip
pkg in libxml2 libxslt libjpeg-turbo
For issues installing pillow refer this document
wanda
wanda -t mountain
wanda -s earthview
wanda -s wallhaven -t japan
wanda -h
for more details
- By default, the source is unsplash.
- Some sources may have inapt images. Use them at your own risk.
- 4chan via Rozen Arcana
- 500px
- artstation
- imgur via rimgo
- earthview
- local
- picsum
- unsplash
- wallhaven
- To set wallpaper at regular intervals automatically:
- (For termux) Install:
termux-wake-lock
pkg in cronie termux-services nano
sv-enable crond
- Edit crontab
crontab -e
- Set your desired interval. For hourly:
@hourly wanda -t mountains
- ctrl+o to save, ctrl+x to exit the editor
git clone https://gitlab.com/kshib/wanda.git && cd wanda
poetry install
poetry build
pip uninstall wanda
Older versions can be found here (android) and here (desktop)
The script is tested on Manjaro+KDE and Android+Termux and Windows 11.
On Windows, you might need to set wallpaper mode to slideshow with folder as C:\Users\%username%\wanda
MIT