Skip to content

Releases: CPritch/shiftpaper

v0.1.0

15 May 22:07

Choose a tag to compare

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-reload

Quick start

shiftpaper fetch-model          # download default depth model
shiftpaper set ~/Pictures/wallpaper.jpg
systemctl --user enable --now shiftpaperd

What'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