https://github.com/s-bose/wallpappr
A desktop wallpaper application using r/wallpapers subreddit and ElectronJS
https://github.com/s-bose/wallpappr
electron javascript vue
Last synced: 9 months ago
JSON representation
A desktop wallpaper application using r/wallpapers subreddit and ElectronJS
- Host: GitHub
- URL: https://github.com/s-bose/wallpappr
- Owner: s-bose
- License: mit
- Created: 2020-01-28T19:41:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T17:14:26.000Z (over 3 years ago)
- Last Synced: 2023-03-04T11:00:08.184Z (over 3 years ago)
- Topics: electron, javascript, vue
- Language: Vue
- Homepage:
- Size: 884 KB
- Stars: 14
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
### A desktop wallpaper engine for http://reddit.com/r/wallpapers

---
`WallpappR` is a desktop application made using `ElectronJS` and `VueJS` and the Reddit web API to fetch
wallpapers from the subreddit *r/wallpapers*, no Login required.
Users can download, or set wallpapers directly from the app.
Users can also change the download directory.
Additionally, links to the original posts can be opened from the app.
---
##### To install npm dependencies
```
npm install
```
##### To compile and run development server
```
npm run electron:serve
```
##### To build the installer in /dist_electron
```
npm run electron:build
```
Youtube demo: https://www.youtube.com/watch?v=JNU3o8XMJS4
## Setup
### Windows & Mac
Binaries are available from the Releases section.
### Linux (Snap)
[](https://snapcraft.io/wallpappr)
Other formats (i.e. AppImage) can be built manually by following the above-mentioned build process.
### Note 1
Some times after system upgrade the snap package may stop working. In that case, please reinstall the snap package.
### Note 2
For Linux users, changing wallpapers do not work on Gnome version 42 or above, since it depends on npm package [wallpaper](https://www.npmjs.com/package/wallpaper), which is currently having the same problem. See more [here](https://github.com/sindresorhus/wallpaper/issues/82).