diff --git a/modules/Cpu.qml b/modules/Cpu.qml index 7cad148..5705c08 100644 --- a/modules/Cpu.qml +++ b/modules/Cpu.qml @@ -5,7 +5,7 @@ import "." as M M.BarSection { id: root spacing: Math.max(1, M.Theme.moduleSpacing - 2) - tooltip: "CPU: " + root.usage + "%\n" + root.freqGhz.toFixed(2) + " GHz" + tooltip: "" property int usage: 0 property real freqGhz: 0