remove cpu tooltip, panel shows on hover instead

This commit is contained in:
Damocles 2026-04-13 22:17:17 +02:00
parent 13b737daf7
commit e8e998c814

View file

@ -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