QT6 Theme Provider for Hyprland https://wiki.hypr.land/Hypr-Ecosystem/hyprqt6engine
  • C++ 82.3%
  • CMake 9.3%
  • Nix 8.4%
Find a file
2026-04-17 15:23:14 +03:00
.github/workflows CI: use org-wide actions 2026-04-17 15:23:14 +03:00
common all: initial commit 2025-08-26 15:51:54 +02:00
hyprqtplugin cmake: Added find_package to resolve GuiPrivate not being found (#4) 2025-09-12 18:32:44 +02:00
nix nix: separate overlay with deps 2026-03-02 20:20:36 +02:00
style all: initial commit 2025-08-26 15:51:54 +02:00
.clang-format all: initial commit 2025-08-26 15:51:54 +02:00
.clang-tidy all: initial commit 2025-08-26 15:51:54 +02:00
.gitignore all: initial commit 2025-08-26 15:51:54 +02:00
CMakeLists.txt all: initial commit 2025-08-26 15:51:54 +02:00
flake.lock flake.lock: update 2026-03-02 20:20:52 +02:00
flake.nix nix: separate overlay with deps 2026-03-02 20:20:36 +02:00
LICENSE Initial commit 2025-08-26 14:05:52 +02:00
README.md all: initial commit 2025-08-26 15:51:54 +02:00
VERSION all: initial commit 2025-08-26 15:51:54 +02:00

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