mirror of
https://github.com/hyprwm/hyprqt6engine.git
synced 2026-07-05 17:06:06 -05:00
QT6 Theme Provider for Hyprland
https://wiki.hypr.land/Hypr-Ecosystem/hyprqt6engine
- C++ 82.3%
- CMake 9.3%
- Nix 8.4%
| .github/workflows | ||
| common | ||
| hyprqtplugin | ||
| nix | ||
| style | ||
| .clang-format | ||
| .clang-tidy | ||
| .gitignore | ||
| CMakeLists.txt | ||
| flake.lock | ||
| flake.nix | ||
| LICENSE | ||
| README.md | ||
| VERSION | ||
hyprqt6engine
QT6 Theme Provider for Hyprland. Compatible with KDE, replaces qt6ct.
Configuration
See the wiki
Building
cmake --no-warn-unused-cli -DCMAKE_BUILD_TYPE:STRING=Release -DCMAKE_INSTALL_PREFIX:PATH=/usr -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`
Acknowledgements
A bunch of code is inspired by qt6ct