Custom style for QML applications.
Use env QT_QUICK_CONTROLS_STYLE=BStyle. Set it global, or launch application with it.
If your QML application can use QtQuickControl2 styles, it will use it.
yay -S bstyle-qml-themegit clone https://github.com/Blaadick/BStyle.git
cd BStyle
cmake -B cmake-build-release -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build cmake-build-release --parallel
cmake --install cmake-build-releaseCode is licensed under GPL-3.0-only