Note
The application is temporarily use mpvpaper as wallpaper renderer
Warning
Video wallpaper support is experimental
Convenient wallpaper manager supporting both GUI and CLI usage. I will try to make it as fast and pleasing to the eye as possible.
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.
Main Screen
yay -S blaadpapersInstall Qt6 Base, Qt6 Declarative, Qt6 Svg, libvips, FFmpeg, nlohman-json and BStyle. Then run it:
git clone https://github.com/Blaadick/BlaadPapers.git
cd BlaadPapers
cmake -B cmake-build-release -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build cmake-build-release --parallelExpected after adding major features and implementing custom wallpaper rendering.
Before use, run blaadpaperscli -S. You can add some mpv arguments like blaadpaperscli -S "no-interpolation hwdec=vaapi".
After that, you can run GUI with blaadpapers, or use CLI with blaadpaperscli.
Code is licensed under GPL-3.0-only.