From b6e4a4732959aea061767c66a7f75d36d3e58874 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:43:27 +0700 Subject: [PATCH] ClippedFilledCircularProgress: not have the padding --- .../ii/modules/common/widgets/ClippedFilledCircularProgress.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/common/widgets/ClippedFilledCircularProgress.qml b/.config/quickshell/ii/modules/common/widgets/ClippedFilledCircularProgress.qml index e60382450..d4a276792 100644 --- a/.config/quickshell/ii/modules/common/widgets/ClippedFilledCircularProgress.qml +++ b/.config/quickshell/ii/modules/common/widgets/ClippedFilledCircularProgress.qml @@ -35,7 +35,7 @@ Item { property real degree: value * 360 property real centerX: root.width / 2 property real centerY: root.height / 2 - property real arcRadius: root.implicitSize / 2 - root.lineWidth + property real arcRadius: root.implicitSize / 2 - root.lineWidth / 2 - 0.5 // the 0.5 is to account for light bleeding property real startAngle: -90 Behavior on degree {