https://github.com/zhanglun/pavo
a mini desktop wallpaper application
https://github.com/zhanglun/pavo
Last synced: 3 months ago
JSON representation
a mini desktop wallpaper application
- Host: GitHub
- URL: https://github.com/zhanglun/pavo
- Owner: zhanglun
- License: mit
- Created: 2023-01-15T11:13:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-21T10:09:12.000Z (3 months ago)
- Last Synced: 2025-03-21T11:24:22.824Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 5.85 MB
- Stars: 43
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Pavo - Cross-platform desktop wallpaper application. (Applications / Utilities)
README
![]()
Pavo
Pavo is a lightweight desktop wallpaper app that lets you easily customize and change your desktop background. With Pavo, you can quickly switch between different wallpapers, set random wallpapers from your local directory, and even adjust the wallpaper's position and scaling. It's simple to use and perfect for anyone who wants to personalize their desktop with minimal effort.
## Screenshot
![]()
## Get Started
### Prerequisites
* Install Node.js. I recommend you to use [NVM](https://github.com/nvm-sh/nvm).
* Install pnpm. [Here](https://pnpm.io/installation) is the manual.
* Install Rust. You can find way in [here](https://www.rust-lang.org/tools/install)
* Follow the [Tauri setup guide](https://tauri.app/v1/guides/getting-started/prerequisites)
* Run pnpm install### Develop and Build
It is easy to start developing
```bash
pnpm tauri dev
```And also easy to build.
```bash
pnpm tauri build
```You can get more details about building Tauri app in [here](https://tauri.app/v1/guides/distribution/publishing)
## Repo Activity

### More Projects
* [Lettura: Another free and open-source feed reader for macOS and Window.. ](https://github.com/zhanglun/lettura)
* [BookWise: book wise, read wiser](https://github.com/zhanglun/bookwise)