Find a file
Mihai Fufezan b13c7481e3
Some checks failed
Build / nix (push) Has been cancelled
CI/Nix: add cache-nix-action
Use nixbuild/nix-quick-install-action which pairs well with
nix-community/cache-nix-action.

Should help with build times by reducing the number of packages needing
to be re-downloaded on each run.

Parameters are taken from https://github.com/nix-community/cache-nix-action
and may be tweaked later.
2025-06-20 01:23:32 +03: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 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: 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: 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`