From e8e998c8146143e5a7d8dacb039c8640285d6037 Mon Sep 17 00:00:00 2001 From: Damocles Date: Mon, 13 Apr 2026 22:17:17 +0200 Subject: [PATCH] remove cpu tooltip, panel shows on hover instead --- modules/Cpu.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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