I made this script for downloading Simon Stålenhag wallpapers from his website www.simonstalenhag.se and apply them as my wallpaper.
Personally i combined this script with a systemd timer to rotate the wallpaper every hour.
- python3
- Gnome3 desktop or KDE Plasma 5
This will set the desktop wallpaper to a random image
python stalenhag.pyThis will download all images on the website
python stalenhag.py allThis will start or stop the Systemd timer.
stalenhag timerstart
stalenhag timerstopManage favorite wallpapers
stalenhag save
stalenhag list
stalenhag listfav
stalenhag -f
stalenhag clearFilter for specific wallpapers
stalenhag -filter [search_term]Get help
stalenhag -h
stalenhag --helpAn example of a systemd timer and service can be found in the systemd folder.
For easy installation and removal you can use the scripts
# Install (prompts for root)
./install.sh
# Uninstall (prompts for root)
./uninstall.shInstall as application on Windows.
# Install
python install_windows.py
# Uninstall
python install_windows.py -u