Automatically fetches the daily Bing wallpaper and sets it using awww, with multi-monitor support.
- Arch Linux (or any distro with
systemd --user) awww- Python 3
python-requests(pip install requests --break-system-packagesorpacman -S python-requests)
chmod +x install.sh
./install.shThis installs the script, sets up the systemd service + timer, and starts the daily wallpaper timer automatically.
Run it manually anytime:
systemctl --user start bing-wallpaper.serviceCheck the timer schedule:
systemctl --user list-timers --all | grep bingView logs:
journalctl --user -u bing-wallpaper.service -fnew