This simple script will download one, or more, wallpaper images from bing image archive service.
make install
Systemd service and timer are already provided to download a wallpaper every day. To register them:
systemd daemon-reload
systemd enable --now bwd.timer
For cron users, add the following line to your crontab to run the script every day:
0 0 */1 * * /usr/bin/bwd
make uninstall
Required privileges:
Privilege | Reason |
---|---|
write access to WALLPAPERS_DIR | Is where wallpapers will be downloaded |