Description
gpuinfo.sh:195 — the sensors regex is (edge|Package id.*|another keyword). another keyword is a literal placeholder left in shipped code. That's unfinished upstream work, not a misconfiguration. It happens to match on amdgpu (edge) and Intel CPUs (Package id), so most HyDE users never see it. Your combo — AMD CPU (Tctl) with an Intel Arc dGPU (temp1 via i915) — hits neither branch, so temperature comes back empty and cascades into the invalid "percentage", and writes an error log every 5 seconds or so.
Steps to Reproduce
- Start HyDe
Expected Behavior
I had claude fix the regex in a user file to parse correctly and get a real number back instead of 0 or errors
Actual Behavior
it reads 0 and writes and error log every 5 seconds
Screenshots
No response
Environment
hyprland_systeminfo.txt
Additional Information
No response
Description
gpuinfo.sh:195 — the sensors regex is (edge|Package id.*|another keyword). another keyword is a literal placeholder left in shipped code. That's unfinished upstream work, not a misconfiguration. It happens to match on amdgpu (edge) and Intel CPUs (Package id), so most HyDE users never see it. Your combo — AMD CPU (Tctl) with an Intel Arc dGPU (temp1 via i915) — hits neither branch, so temperature comes back empty and cascades into the invalid "percentage", and writes an error log every 5 seconds or so.
Steps to Reproduce
Expected Behavior
I had claude fix the regex in a user file to parse correctly and get a real number back instead of 0 or errors
Actual Behavior
it reads 0 and writes and error log every 5 seconds
Screenshots
No response
Environment
hyprland_systeminfo.txt
Additional Information
No response