Skip to content
/ bwd Public

Bindow wallpaper downloader

License

Notifications You must be signed in to change notification settings

cpradog/bwd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bing wallpaper downloader

This simple script will download one, or more, wallpaper images from bing image archive service.

Install

make install

Systemd users

Systemd service and timer are already provided to download a wallpaper every day. To register them:

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

cron users

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

0 0 */1 * *   /usr/bin/bwd

Uninstall

make uninstall

Security

Required privileges:

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