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