WIP Wallpaper Multi-Monitor Utility written in Rust
Code quality is probably pretty poor as I'm new to Rust
git clone https://github.com/0xk1f0/rwpspread.git
cd rwpspread/
cargo build --release
# it takes an input image,
# resolution of the primary and secondary monitor
# and an offset (in pixels)
rwpspread <image> <primary> <secondary> <offset>
# for example
rwpspread wallpaper.png 2560x1440 1920x1080 100
- orientation is partly hardcoded for now
- wallpaper rearranging
- GUI?