Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dantehemerson/wallchpaper
🖼 Change wallpaper after an adjustable time.
https://github.com/dantehemerson/wallchpaper
background-image cli cli-app linux-app nodejs ubuntu wallpaper wallpaper-changer
Last synced: 8 days ago
JSON representation
🖼 Change wallpaper after an adjustable time.
- Host: GitHub
- URL: https://github.com/dantehemerson/wallchpaper
- Owner: dantehemerson
- License: mit
- Created: 2020-03-29T02:57:12.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T17:59:48.000Z (about 2 years ago)
- Last Synced: 2024-11-28T02:17:20.815Z (2 months ago)
- Topics: background-image, cli, cli-app, linux-app, nodejs, ubuntu, wallpaper, wallpaper-changer
- Language: TypeScript
- Homepage:
- Size: 1.17 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:
```js
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