Skip to content

lamecksilva/wallhaven-download

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Wallhaven Download

This is the python version of my older script to random download an wallpaper from Wallhaven and set as Background Wallpaper.

If you use windows, linux, change the function set_wallpaper in wallpaper_changer.py

Cron

To run that script automatically with some frequency, use crontab.

$ crontab -e

And i add the following line

* * * * * /opt/homebrew/bin/python3 /Users/$USER/Projects/wallhaven-download/wallpaper_changer.py

Note the * * * * * means: Run that command every minute, every hour, every day, every month, every year Customize your frequency changing that. I recommend use https://crontab.guru/ to better understand of cron params

About

Newer version for my script wallhaven download

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages