Note
The application is temporarily use mpvpaper as wallpaper renderer
Convenient wallpaper manager supporting both GUI and CLI usage. I will try to make it as fast and pleasing to the eye as possible.
Main Screen
yay -S blaadpapersExpected after adding major features and implementing custom wallpaper renderer.
Install deps:
Qt6(Base, Declarative, Svg)libvipsFFmpegnlohman-jsonimageinfoBStyle
Then run it:
git clone https://github.com/Blaadick/BlaadPapers.git --depth=1
cd BlaadPapers
cmake -B cmake-build-release -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build cmake-build-release --parallelBefore use, run
blaadpaperscli run-renderer. You can add some mpv arguments like
blaadpaperscli run-renderer no-interpolation hwdec=vaapi.
After that, you can run GUI with blaadpapers, or use CLI with blaadpaperscli.
Also, BlaadPapers supports deep linking, like this: blaadpapers://shuffle?include=General.
Keep in mind that the application is being developed and tested on and for Linux systems. I will try to keep it running on other platforms as well, but this is not a priority.
Code is licensed under GPL-3.0-only.