Hyprland QT/qml utility apps
Find a file
Vaxry 4be1d324fa
Some checks failed
Build / nix (push) Has been cancelled
version: bump to 0.1.4
2025-04-29 19:31:34 +01: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 (#7) 2025-01-08 23:17:52 +00:00
utils update-screen: add icon for support button 2025-04-29 19:31:22 +01:00
.clang-format dialog: Add first qml util 2024-10-27 14:40:05 +00:00
.gitignore chore: add result to gitignore 2025-01-27 14:41:51 +02:00
CMakeLists.txt utils: add donate-screen 2025-01-07 14:53:19 +01:00
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 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.4 2025-04-29 19:31:34 +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`