wallchpaper

0.0.5 • Public • Published

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

Package Sidebar

Install

npm i wallchpaper

Weekly Downloads

4

Version

0.0.5

License

MIT

Unpacked Size

172 kB

Total Files

70

Last publish

Collaborators

  • dantehemerson