UNPKG

wallchpaper

Version:

Change wallpaper after an adjustable time

16 lines (15 loc) 329 B
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: [] } }