Skip to content

🖼️ A cross-platform desktop application to set wallpapers from Unsplash built with Electron, React, and Redux

License

Notifications You must be signed in to change notification settings

soroushchehresa/unsplash-wallpapers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

61f0c3a · Mar 14, 2021
Nov 27, 2020
Sep 22, 2019
Mar 5, 2019
Mar 28, 2019
Nov 27, 2020
Mar 5, 2019
Mar 5, 2019
Nov 27, 2020
Feb 29, 2020
Mar 23, 2019
Mar 5, 2019
Mar 5, 2019
Apr 10, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 5, 2019
Mar 14, 2021
Mar 5, 2019
Nov 27, 2020
Feb 5, 2021
Feb 4, 2021
Mar 5, 2019
Feb 4, 2021

Repository files navigation

Unsplash Wallpapers



A menubar application for Mac, Windows and Linux that brings stunning wallpapers from Unsplash right to your desktop. Works on macOS 10.12+, Windows 10+ and Linux.

This project is an unofficial cross-platform desktop application based on Unsplash Wallpapers official application for Mac with more features and better performance.


Installation

platform

latest version

latest version

latest version


Features

  • Load high-quality wallpapers based on Unsplash popular categories.
  • Cloud-hosted builds (Based on GitHub releases).
  • Work on all popular operating systems like macOS, Windows and Linux.
  • Wallpapers history list.
  • Automatic set wallpapers hourly, daily, weekly and manual (optional).
  • Run at startup system (Optional).
  • Dark mode (Optional or auto by OS).
  • Download directly ability for each wallpaper.

Technologies


Let's run

1. Clone the project:

$ git clone https://github.com/soroushchehresa/unsplash-wallpapers.git unsplash-wallpapers

2. Add Unsplash access key:

Place Your Unsplash access key as UNSPLASH_ACCESS_KEY in .env file.

3. Start:

Development

$ yarn && yarn dev

# OR

$ npm i && npm run dev

Production

$ yarn && yarn package-all

# OR

$ npm i && npm run package-all

Support