mirror of
https://github.com/hyprwm/hyprland-qt-support.git
synced 2026-06-18 17:31:22 -05:00
A qml style provider for hypr* qt apps
https://wiki.hyprland.org/Hypr-Ecosystem/hyprland-qt-support/
- QML 44.2%
- C++ 29.7%
- CMake 16%
- Nix 8.7%
- Makefile 1.4%
|
|
||
|---|---|---|
| cmake | ||
| nix | ||
| src | ||
| .clang-format | ||
| .clang-tidy | ||
| .editorconfig | ||
| .gitignore | ||
| CMakeLists.txt | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| Makefile | ||
| README.md | ||
| VERSION | ||
hyprland-qt-support
A qt6 qml style provider for hypr* apps.
Configuration
You will find configuration details for this and all other Hypr* tools in the wiki: https://wiki.hypr.land/Hypr-Ecosystem/hyprland-qt-support/
Building
You can build it with this command:
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -DINSTALL_QML_PREFIX=/lib/qt6/qml -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
Please note the INSTALL_QML_PREFIX is distro-specific and may differ.
For Arch, it's the same as in the example above, /lib/qt6/qml.
Usage
Launch a qt/qml app with QT_QUICK_CONTROLS_STYLE=org.hyprland.style