Skip to content
/ wwd Public

Wallhaven wallpaper downloader

License

Notifications You must be signed in to change notification settings

cpradog/wwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallhaven wallpaper downloader

This simple script will download one, or more, wallpaper images from wallhaven.cc service.

Install

make install

Systemd users

Systemd service and timer are already provided to download wallpapers automatically. To register them:

systemd daemon-reload
systemd enable --now wwd.timer

cron users

For cron users, add the following line to your crontab to run the script every 2 hours:

* */2 * * *   /usr/bin/wwd

Uninstall

make uninstall

Security

Required privileges:

Privilege Reason
write access to WALLPAPERS_DIR Is where wallpapers will be downloaded