Find a file
Vaxry 56d993aced
Some checks failed
Build / nix (push) Has been cancelled
README: update status
2025-11-06 20:45:12 +00:00
.github/workflows CI/Nix: add cache-nix-action 2025-06-20 01:23:32 +03:00
nix nix: use gcc15 (#15) 2025-06-05 21:36:16 +01:00
utils core: Custom QT_QUICK_CONTROLS_STYLE fix (#20) 2025-09-28 19:23:48 +02:00
.clang-format dialog: Add first qml util 2024-10-27 14:40:05 +00:00
.gitignore core: Custom QT_QUICK_CONTROLS_STYLE fix (#20) 2025-09-28 19:23:48 +02:00
CMakeLists.txt utils: add donate-screen 2025-01-07 14:53:19 +01:00
flake.lock nix: use gcc15 (#15) 2025-06-05 21:36:16 +01:00
flake.nix nix: fix duplicate inputs 2025-01-27 14:41:51 +02:00
LICENSE Initial commit 2024-10-27 14:00:19 +00:00
README.md README: update status 2025-11-06 20:45:12 +00:00
VERSION version: bump to 0.1.5 2025-09-10 13:41:48 +01:00

Hyprland QT utils

Important

This repo has been superseded by hyprland-guiutils

This repo houses some qt/qml utilities that might be used by various hypr* apps.

Dependencies

This depends on qt6 and qt6-qml, as well as 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 -S . -B ./build
cmake --build ./build --config Release --target all -j`nproc 2>/dev/null || getconf NPROCESSORS_CONF`