diff --git a/.config/quickshell/ii/modules/common/widgets/ClippedFilledCircularProgress.qml b/.config/quickshell/ii/modules/common/widgets/ClippedFilledCircularProgress.qml index e6038245..d4a27679 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 {