From 61ee5f4336a1a969bca8857541529a29eb3aacd5 Mon Sep 17 00:00:00 2001 From: dev <69985420+dev-dev-dev-dev-dev-dev-dev-dev@users.noreply.github.com> Date: Thu, 2 Apr 2026 12:26:56 -0700 Subject: [PATCH] Update CpuMonitor.qml to reserve enough widget space for the widest number "100" instead of "88" (#2135) My bar kept shifting around by a few pixels every time I hit 100% cpu usage --- quickshell/Modules/DankBar/Widgets/CpuMonitor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickshell/Modules/DankBar/Widgets/CpuMonitor.qml b/quickshell/Modules/DankBar/Widgets/CpuMonitor.qml index 41401c2a..212f9b52 100644 --- a/quickshell/Modules/DankBar/Widgets/CpuMonitor.qml +++ b/quickshell/Modules/DankBar/Widgets/CpuMonitor.qml @@ -102,7 +102,7 @@ BasePill { StyledTextMetrics { id: cpuBaseline font.pixelSize: Theme.barTextSize(root.barThickness, root.barConfig?.fontScale, root.barConfig?.maximizeWidgetText) - text: "88%" + text: "100%" } StyledTextMetrics {