An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

### A desktop wallpaper engine for http://reddit.com/r/wallpapers

![icon](./build/icons/icon.ico)

---
`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)

[![Get it from the Snap Store](https://snapcraft.io/static/images/badges/en/snap-store-black.svg)](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).