Releases: CPritch/shiftpaper
Releases · CPritch/shiftpaper
v0.1.0
Installation
From tarball
tar -xzf shiftpaper-v0.1.0-x86_64-linux.tar.gz
install -Dm755 shiftpaper ~/.local/bin/shiftpaper
install -Dm755 shiftpaperd ~/.local/bin/shiftpaperd
install -Dm644 shiftpaperd.service ~/.config/systemd/user/shiftpaperd.service
systemctl --user daemon-reloadQuick start
shiftpaper fetch-model # download default depth model
shiftpaper set ~/Pictures/wallpaper.jpg
systemctl --user enable --now shiftpaperdWhat's Changed
- Split the application into a daemon and cli by @CPritch in #1
- chore: organise cli a bit better by @CPritch in #2
- feat: native pointer support and mode config by @CPritch in #3
New Contributors
Full Changelog: https://github.com/CPritch/shiftpaper/commits/v0.1.0