Skip to content

CLI utility to set a random image as desktop wallpaper

License

Notifications You must be signed in to change notification settings

shubhamkrm/wally

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

wally

It is a command line utility to download a random wallpaper from the internet and set it as the desktop background.

Dependencies

Wally requires the following tools to be installed:

  1. feh: It is used to set the wallpaper
  2. curl: It is used to make HTTP requests
  3. jq: It is used for parsing json

These utilities are generally available in the default distro-repositories

Wally can be used to change the wallpaper at fixed intervals, and this can be achieved using a cron job. To create a cron job, type

$ crontab -e

This will open crontab file with your default editor. In this file, add:

@hourly /path/to/wally

About

CLI utility to set a random image as desktop wallpaper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages