diff --git a/Modules/Bar/Widgets/SystemMonitor.qml b/Modules/Bar/Widgets/SystemMonitor.qml index a4efa4dd..34120d39 100644 --- a/Modules/Bar/Widgets/SystemMonitor.qml +++ b/Modules/Bar/Widgets/SystemMonitor.qml @@ -114,7 +114,7 @@ Rectangle { } NText { - text: `${Math.round(SystemStatService.cpuUsage)}%` + text: `${Math.min(99, Math.round(SystemStatService.cpuUsage))}%` family: Settings.data.ui.fontFixed pointSize: textSize applyUiScale: false