# wallpape-rs
Desktop App to change the wallpaper with a wide range of wallpapers rendered from wallheaven API.

## Prerequisite
1. Rust
2. Node-NPM

## Setup
1. After cloning run 
```bash
npm install
```
2. Move to `src-tauri` dir and run
```bash
cargo build
```
3. Move back to root folder and run this command to make the local server runnning...
```bash
npm run tauri dev
```
4. To build the app run
```bash
npm run tauri build
```
## Some Screen-shots
![Screenshot_2023-08-21_00-58-27](https://github.com/swastkk/wallpape-rs/assets/81990329/b3fa339e-85df-42a4-8f97-6551b0e08ebd)
![Screenshot_2023-08-21_00-55-10](https://github.com/swastkk/wallpape-rs/assets/81990329/576ed45f-628b-4966-a534-15bd7c1d1f2d)