Find a file
2025-02-08 23:09:43 +02:00
.github/workflows CI: remove deprecated magic-nix-cache-action 2025-02-08 23:09:43 +02:00
nix nix: move to hyprland-qt-support () 2025-01-08 23:17:52 +00:00
utils core: move to hyprland-qt-support instead of KDE's qqc2 2025-01-08 23:07:04 +01:00
.clang-format
.gitignore chore: add result to gitignore 2025-01-27 14:41:51 +02:00
CMakeLists.txt
flake.lock nix: fix duplicate inputs 2025-01-27 14:41:51 +02:00
flake.nix nix: fix duplicate inputs 2025-01-27 14:41:51 +02:00
LICENSE
README.md README: Add build instructions () 2025-01-13 14:20:15 +01:00
VERSION version: bump to 0.1.3 2025-01-10 16:51:04 +01:00

Hyprland QT utils

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`