Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/swastkk/wallpape-rs
wallpape-rs
https://github.com/swastkk/wallpape-rs
Last synced: about 1 month ago
JSON representation
wallpape-rs
- Host: GitHub
- URL: https://github.com/swastkk/wallpape-rs
- Owner: swastkk
- Created: 2023-08-16T18:20:00.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-02-29T18:13:01.000Z (10 months ago)
- Last Synced: 2024-02-29T19:29:41.646Z (10 months ago)
- Language: Makefile
- Homepage:
- Size: 6.53 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)