add cpu perc/temp

This commit is contained in:
Benjamin Palko 2025-07-24 11:03:06 -04:00
parent 743374628a
commit f342c17444
4 changed files with 81 additions and 0 deletions

View file

@ -108,6 +108,10 @@ Scope {
anchors.verticalCenter: parent.verticalCenter
}
Cpu {
anchors.verticalCenter: parent.verticalCenter
}
Clock {
anchors.verticalCenter: parent.verticalCenter
}