summaryrefslogtreecommitdiff
path: root/services/SystemUsage.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* systemusage: reorder gpu detection2 * r + 2 * t2025-08-041-1/+1
| | | | | Try novideo first Fixes #329
* internal: more explicit2 * r + 2 * t2025-06-281-1/+1
|
* dashboard: optimise systemusage2 * r + 2 * t2025-06-281-8/+5
| | | | Ref same way as cava
* systemusage: fix integer overflow2 * r + 2 * t2025-06-251-7/+7
|
* systemusage: add fallback for amd gpus2 * r + 2 * t2025-06-251-3/+7
| | | | If they dont have edge, try use junction/mem
* systemusage: add NVIDIA GPU support to performance metrics (#156)Alex CastaƱeiras Bueno2025-06-251-9/+35
| | | | | | | | | * systemusage: add NVIDIA GPU support to performance metrics * some fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* [typo] cpuTemp bad declaration (#151)Alexandre C.2025-06-241-2/+2
| | | | | As the variable cpuTemp can now be used later in the if block for the fallback, need to change the declaration so that the variable is unique and used in two different blocks. Const will redeclare it.. My bad on this
* systemusage: fix CPU temps for AMD CPUs (#150)Alexandre C.2025-06-241-1/+5
|
* systemusage: fix gpu temp2 * r + 2 * t2025-06-231-1/+1
|
* systemusage: use sensors for cpu temps2 * r + 2 * t2025-06-221-17/+10
| | | | Also fix lang and lc_all for procs
* systemusage: fix cpu calculation2 * r + 2 * t2025-06-201-1/+1
| | | | Fixes #79
* internal: use stdiocollector2 * r + 2 * t2025-06-151-40/+43
| | | | | Removes dependency on jq Also fix beatdetector
* Fix disk usage when using lvmko1N2025-06-101-10/+30
|
* systemusage: fix gpu temp2 * r + 2 * t2025-06-041-2/+2
|
* dashboard: fix performance gpu stats2 * r + 2 * t2025-06-021-7/+12
|
* systemusage: actually run gpu procs2 * r + 2 * t2025-05-281-0/+2
|
* feat: dashboard performance panel2 * r + 2 * t2025-05-281-1/+83
|
* dashboard: resources2 * r + 2 * t2025-05-191-0/+84