Skip to content

A simple Python script to automatically fetch and apply a new wallpaper.

Notifications You must be signed in to change notification settings

Treborium/AutoWallpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

Auto Wallpaper

Auto wallpaper is a little python script that fetches and applies a new random wallpaper from unsplash.

Usage

Simply call the script from the console:

python3 /path/to/autowallpaper.py

You can specify the image category by passing a comma separated list as an argument to the script:

python3 /path/to/autowallpaper.py "landscape,winter,night"

Cronjob

Simply set up a cronjob to execute the script in a custom interval:

crontab -e

And then add something like this to execute the job once a day at 1 p.m.:

0 13 * * * python3 /path/to/autowallpaper.py

About

A simple Python script to automatically fetch and apply a new wallpaper.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages