QuickWall

Set latest wallpapers from Unsplash from the commandline.

NOTE: These dependencies in linux can be installed in other variants.
For arch linux, you can use pacman package manager accordingly.

QuickWall

Installation

  • It is available in Pypi
pip3 install QuickWall

OR

  • Run the following command in the root directory to install QuickWall.
python setup.py install

NOTE: If you get permission denied error, run the above command with sudo.

Usage


usage: QuickWall [-h] [--version] [--clear-cache] [--setter SETTER]
                 [--dir DIR]

QuickWall - Quickly set latest wallpapers from Unsplash directly from the
commandline.

optional arguments:
  -h, --help       show this help message and exit
  --version        show the program version number and exit
  --clear-cache    Clear the cache from the cache folder (~/.QuickWall)
  --setter SETTER  Wallpaper setter to be used. Currently supported ones:
                   nitrogen, feh (default: nitrogen)
  --dir DIR        Directory to download the wallpapers


GitHub