Skip to content

jackel27/Jackpaper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

jackpaper

A Node.js Script for pulling random or category set images from unplash.com and applying them to your desktop wallpaper

Installation

You do need a developer ID from unsplash. - simply register for developer account, create a new project.

$ npm install jackpaper -g

Usage

Usage: jackpaper <command> [options]

Commands:

  change                 Change Background
  key                    Set your UnSplash Developer ID
  change [string]        Will change to a random image within a category specified by the string
  auto <options>         Change Background per adjusted time

Options:

  -h, --help            output usage information
  -v, --version         output version
  -t, --time            set time in seconds for auto command


Examples:

$ jackpaper --version
$ jackpaper --help
$ jackpaper key
$ jackpaper change
$ jackpaper change galaxy
$ jackpaper auto --time 10
$ jackpaper auto galaxy --time 10


Use with forever

$ forever jackpaper auto landscape --time 10   


Releases

No releases published

Packages

No packages published