A lightweight, fast, and easy-to-use application to set wallpapers individually per monitor or stretched across multiple monitors on Windows.
- 🖼️ Set wallpapers per monitor or stretched across all screens
- 🪟 Windows support
- 🔧 Planned configuration options
- Rust (only required if building from source)
- Windows OS (required)
Download the latest ready-to-use .exe file from the Releases page, and run it directly — no setup required.
If you want to compile the project yourself:
To install Rust (if you haven't already), run this command in PowerShell or your terminal or download it:
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | shThen run the following commands to clone and build the project:
git clone https://github.com/wurstcasesenario/papyrus-wallpaper.git
cd papyrus-wallpaper
cargo build --releaseYou can now find the executable in the target/release folder.
This project is licensed under the MIT License. See the LICENSE file for details.