Skip to content

nishchalb/walltime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

walltime

Walltime is a system that chooses a wallpaper on your system that best matches the current time of day.

walltime preview image

Dependencies

Walltime has a few dependencies. Before using it, the following python packages should also be installed:

  1. Numpy

  2. OpenCV2

  3. Peewee

  4. Scipy

  5. Matplotlib

Installation

Once the dependencies are installed, clone the repository. At this point, you can choose to either use walltime as a normal script, or you can make it work globally by adding the cloned repository to your PATH, or by moving walltime to somewhere in your path.

Usage

usage: walltime [-h] [-u UPDATE] [-b] [-s]

Select the most appropriate of your wallpapers based on the current time of
day

optional arguments:
  -h, --help            show this help message and exit
  -u UPDATE, --update UPDATE
                        Update the database of images with the given
                        directory. A directory must be given. This will not
                        change the wallpaper
  -b, --best            Whether to use the best image or not. If this flag is
                        used, the best image will be selected. Otherwise, a
                        reasonable one will be used
  -s, --show            Display an image of the color for the current time

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages