Go to file
outfoxxed 00beba904f
core: use qt libraries and follow qml module conventions (#8)
* core: use qt libraries and follow qml module conventions

Uses a qml module instead of a context property.
Replaces usages of std and hyprutils with qtbase where applicable.
Removes dependencies: hyprutils, wl-copy, whoami, uname.
Rolls c++ version back to 20, as 23 isn't currently required for anything.

* core: use hyprutils and std again
2024-10-15 11:38:31 +01:00
.github/workflows CI: init 2024-10-13 20:01:18 +03:00
assets core: add more data fields 2024-10-13 21:15:43 +01:00
nix core: use qt libraries and follow qml module conventions (#8) 2024-10-15 11:38:31 +01:00
resource core: use qt libraries and follow qml module conventions (#8) 2024-10-15 11:38:31 +01:00
src core: use qt libraries and follow qml module conventions (#8) 2024-10-15 11:38:31 +01:00
.clang-format core: initial commit 2024-10-13 16:48:22 +01:00
.envrc Nix: add devshell 2024-10-13 21:52:26 +03:00
.gitignore Nix: add devshell 2024-10-13 21:52:26 +03:00
CMakeLists.txt core: use qt libraries and follow qml module conventions (#8) 2024-10-15 11:38:31 +01:00
LICENSE Initial commit 2024-10-13 14:36:22 +01:00
README.md README: add logo note 2024-10-13 20:48:49 +01:00
VERSION core: initial commit 2024-10-13 16:48:22 +01:00
flake.lock Nix: init 2024-10-13 20:00:20 +03:00
flake.nix Nix: add devshell 2024-10-13 21:52:26 +03:00

README.md

hyprsysteminfo

A tiny qt6/qml application to display information about the running system, or copy diagnostics data, without the terminal.

Footnotes

Some distributions may not support a graphical logo in hyprsysteminfo. To check if your distribution supports a graphical logo, run cat /etc/os-release. If the output includes a LOGO line, a graphical logo should appear in hyprsysteminfo. If there is no LOGO line, a graphical logo will not be displayed.