A tiny Qt application that sets your wallpaper to a random derpibooru.org image matching a search string.
Features:
- No installation required
- Cross platform (tested on Windows, GNOME & KDE)
- Fully customizable via official Derpibooru search syntax
- Configurable Auto refresh
- Save as many recent wallpapers as you want
- Small memory footprint (<50MB)
See the Releases page for downloads.
Download the executable for your OS from the releases page and run it.
The app itself is pretty self explanatory. Just put the binary anywhere on your PC and start it. You can also configure the app to run on boot.
- Install poetry
- run
poetry install
Use the platform build scripts. They write/verify data/version.txt from Poetry and then run Nuitka.
Requires Visual Studio Build Tools on PATH
./scripts/build-windows.ps1Requires python3 python3-dev patchelf gcc ccache
bash ./scripts/build-linux.shRequires Xcode Command Line Tools
bash ./scripts/build-macos.shFor quick cross-OS testing in VMs using VirtualBox:
- Ubuntu Desktop:
cd vagrant/ubuntu; vagrant up - Windows 11:
cd vagrant/windows; vagrant up
Both VMs sync the repo into the guest (/mnt/derpiwallpaper on Ubuntu, C:\derpiwallpaper on Windows).