Find a file
Mihai Fufezan 9c0831ff98
Some checks are pending
Build / nix (push) Waiting to run
flake.lock: update
2025-01-25 15:30:48 +02:00
.github/workflows CI: init 2024-10-27 17:01:27 +02:00
nix nix: move to hyprland-qt-support (#7) 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 dialog: Add first qml util 2024-10-27 14:40:05 +00:00
.gitignore git: remove vscode 2024-10-27 15:04:28 +00:00
CMakeLists.txt utils: add donate-screen 2025-01-07 14:53:19 +01:00
flake.lock flake.lock: update 2025-01-25 15:30:48 +02:00
flake.nix flake.lock: update 2025-01-25 15:30:48 +02:00
LICENSE Initial commit 2024-10-27 14:00:19 +00:00
README.md README: Add build instructions (#8) 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`