Find a file
Pig b68809ab37
SystemInfo.hpp: Fix missing inclusion of std::span (#29)
As observed on Clang 22.6:
```

In file included from /root/hyprsysteminfo/src/utils/SystemInfo.cpp:1:
/root/hyprsysteminfo/src/utils/SystemInfo.hpp:23:24: error: no member named 'span' in namespace 'std'
   23 |     std::optional<std::span<const uint8_t>> deLogo();
      |                        ^~~~
/root/hyprsysteminfo/src/utils/SystemInfo.hpp:23:29: error: expected expression
   23 |     std::optional<std::span<const uint8_t>> deLogo();
      |                             ^
/root/hyprsysteminfo/src/utils/SystemInfo.hpp:23:43: error: expected unqualified-id
   23 |     std::optional<std::span<const uint8_t>> deLogo();
      |                                           ^
In file included from /root/hyprsysteminfo/src/utils/SystemInfo.cpp:13:
/root/hyprsysteminfo/src/utils/../icons/Icons.hpp:7:2: warning: #embed is a Clang extension [-Wc23-extensions]
    7 | #embed "../../resource/hyprlandlogo.svg"
      |  ^
/root/hyprsysteminfo/src/utils/SystemInfo.cpp:351:47: error: out-of-line definition of 'deLogo' does not match any declaration in namespace 'Info'
  351 | std::optional<std::span<const uint8_t>> Info::deLogo() {
      |                                               ^~~~~~
1 warning and 4 errors generated.
```
2026-05-25 10:21:35 +01:00
.github/workflows CI: use org-wide actions 2026-04-17 15:24:55 +03:00
assets core: rewrite entire app in hyprtoolkit (#25) 2025-12-30 14:20:58 +01:00
nix nix: separate overlay with deps 2026-03-02 20:29:07 +02:00
resource core: use qt libraries and follow qml module conventions (#8) 2024-10-15 11:38:31 +01:00
src SystemInfo.hpp: Fix missing inclusion of std::span (#29) 2026-05-25 10:21:35 +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: fix package and add devshell 2024-10-15 16:30:05 +03:00
CMakeLists.txt core: rewrite entire app in hyprtoolkit (#25) 2025-12-30 14:20:58 +01:00
flake.lock flake.lock: update 2026-03-02 20:29:17 +02:00
flake.nix nix: separate overlay with deps 2026-03-02 20:29:07 +02:00
LICENSE Initial commit 2024-10-13 14:36:22 +01:00
README.md core: rewrite entire app in hyprtoolkit (#25) 2025-12-30 14:20:58 +01:00
VERSION version: bump to 0.2.0 2026-04-26 00:34:03 +01:00

hyprsysteminfo

A tiny hyprtoolkit 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.