0.0.5 • Published 4 years ago

wallchpaper v0.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

Wallchpaper

Change wallpaper after an adjustable time.

Install

npm i -g wallchpaper

or

yarn global add wallchpaper

Settings

The settings are located at ~/.wallchpaper.js.

Default settings are:

module.exports = {
  config: {
    /**
     * Schedule in cron format
     */
    time: '0 */1 * * * *',

    /**
     * Include here the folders where the images will be searched. 
     * The supported extensions are ['.png', '.jpg', '.jpeg']
     * example:
     * folders: ['/home/user/Pictures']
     */
    folders: []
  }
}

Features

  • Change wallpaper
  • Adjust time

Comming features

  • Random images from unsplash(or another image service)

Supported Desktop Enviroments:

  • GNOME