wallpaper-shuffle

0.3.0 • Public • Published

Wallpaper Shuffle

by Mike Green

npm version

Summary

wallpaper-shuffle is a Node daemon that randomly rotates desktop wallpaper at a user specified interval.

Installaton

Via NPM:

npm install -g wallpaper-shuffle

Via Git:

git clone https://github.com/mikedamage/wallpaper-shuffle.git
cd wallpaper-shuffle
npm install
npm link

Usage

Commands:
  start   Begin rotating wallpapers
  stop    Stop rotating wallpapers
  status  Checks for a running wallpaper-shuffle process
  next    Manually switch to a new random wallpaper

Options:
  -d, --directory  Directory containing images
                 [default: $PWD]
  -i, --interval   Transition interval (ex. "5 minutes", "1 hour")
                                                          [default: "5 minutes"]
  -g, --glob       Pattern of files to search for  [default: "*.{png,jpg,jpeg}"]
  -p, --pid        PID file                                            [default:
      "$TMPDIR/wallpaper-shuffle.json"]
  -n, --notify     Enable desktop notifications                 [default: false]
  -h, --help       Show help                                           [boolean]
  -v, --version    Display version information                         [boolean]

Examples:
  wallpaper-shuffle start -d
  ~/Photos/Wallpaper -i "30 minutes"

Readme

Keywords

Package Sidebar

Install

npm i wallpaper-shuffle

Weekly Downloads

11

Version

0.3.0

License

MIT

Last publish

Collaborators

  • mikedamage