Package Details: hyprsysteminfo 0.1.3-5

Git Clone URL: https://aur.archlinux.org/hyprsysteminfo.git (read-only, click to copy)
Package Base: hyprsysteminfo
Description: A tiny qt6/qml application to display information about the running system
Upstream URL: https://github.com/hyprwm/hyprsysteminfo
Keywords: hyprland
Licenses: BSD-3-Clause
Conflicts: hyprsysteminfo-git
Submitter: wadledee
Maintainer: smiley
Last Packager: smiley
Votes: 6
Popularity: 0.41
First Submitted: 2024-12-17 03:51 (UTC)
Last Updated: 2026-04-02 13:58 (UTC)

Pinned Comments

j1simon commented on 2026-04-02 11:21 (UTC)

You need to create a Pacman hook so that this package is recompiled every time hyprtoolkit or hyprutils is updated.

First, you need to create the folder if it doesn't exist: sudo mkdir -p /etc/pacman.d/hooks/

And inside it, create a .hook file with the following content:

   [Trigger]
   Operation = Upgrade
   Type = Package
   Target = hyprtoolkit
   Target = hyprutils

   [Action]
   Description = Recompiling hyprsysteminfo from AUR...
   When = PostTransaction
   Exec = /usr/bin/sudo -u <USER> /usr/bin/<AUR HELPER> -S --rebuild --noconfirm hyprsysteminfo

Remember to replace <USER> with your username and <AUR HELPER> with the program you use to install AUR packages. In my case, I use paru, so the options I’ve listed are for that program; you’ll need to check the options for the program you use to replace these options accordingly.

Latest Comments

j1simon commented on 2026-04-02 11:21 (UTC)

You need to create a Pacman hook so that this package is recompiled every time hyprtoolkit or hyprutils is updated.

First, you need to create the folder if it doesn't exist: sudo mkdir -p /etc/pacman.d/hooks/

And inside it, create a .hook file with the following content:

   [Trigger]
   Operation = Upgrade
   Type = Package
   Target = hyprtoolkit
   Target = hyprutils

   [Action]
   Description = Recompiling hyprsysteminfo from AUR...
   When = PostTransaction
   Exec = /usr/bin/sudo -u <USER> /usr/bin/<AUR HELPER> -S --rebuild --noconfirm hyprsysteminfo

Remember to replace <USER> with your username and <AUR HELPER> with the program you use to install AUR packages. In my case, I use paru, so the options I’ve listed are for that program; you’ll need to check the options for the program you use to replace these options accordingly.

simona commented on 2026-03-27 23:14 (UTC)

solved. tnx.

simona commented on 2026-03-19 22:59 (UTC)

--   Package 'hyprtoolkit' not found
CMake Error at /usr/share/cmake/Modules/FindPkgConfig.cmake:1093 (message):
The following required packages were not found:

  • hyprtoolkit

Call Stack (most recent call first): /usr/share/cmake/Modules/FindPkgConfig.cmake:1166 (_pkg_check_modules_internal) CMakeLists.txt:36 (pkg_check_modules)

aminepro commented on 2026-02-03 12:38 (UTC)

me too, should I install the git version?

smiley commented on 2025-11-18 11:26 (UTC)

Getting the same problem as @zimbi.

3speed commented on 2025-11-06 17:02 (UTC)

Getting the same problem as @zimbi.

zimbi commented on 2025-10-11 07:22 (UTC)

I'm getting the following message when upgrading my system: File "/usr/bin/hyprsysteminfo" from package "hyprsysteminfo" is missing dependency "libhyprutils.so.7" the most recent hyprutils package has the following libs: hyprutils /usr/lib/libhyprutils.so hyprutils /usr/lib/libhyprutils.so.0.10.0 hyprutils /usr/lib/libhyprutils.so.9 the rebuild of hyprsysteminfo stops with this error: CMake Error at src/CMakeLists.txt:15 (target_link_libraries): Target "hyprsysteminfo" links to:

Qt6::WaylandClientPrivate

but the target was not found. Possible reasons include:

* There is a typo in the target name.
* A find_package call is missing for an IMPORTED target.
* An ALIAS target is missing.

namealreadyinuse commented on 2025-07-24 17:49 (UTC)

Needs to be rebuilt again

namealreadyinuse commented on 2025-04-10 13:49 (UTC) (edited on 2025-04-10 13:49 (UTC) by namealreadyinuse)

I think you need to rebuild it against the latest hyprutils