mikedamage / wallpaper-shuffle

Randomly rotate desktop wallpaper

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

Randomly rotate desktop wallpaper

License:MIT License


Languages

Language:JavaScript 93.1%Language:Shell 6.9%