From 8bb2e0aa97d0b61da2bea56d7c8d601373acf7fb Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Tue, 12 Aug 2025 23:45:45 +0700 Subject: [PATCH] bar: media: fix progress value --- .config/quickshell/ii/modules/bar/Media.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.config/quickshell/ii/modules/bar/Media.qml b/.config/quickshell/ii/modules/bar/Media.qml index 6187dd10..11898549 100644 --- a/.config/quickshell/ii/modules/bar/Media.qml +++ b/.config/quickshell/ii/modules/bar/Media.qml @@ -52,7 +52,7 @@ Item { id: mediaCircProg Layout.alignment: Qt.AlignVCenter lineWidth: Appearance.rounding.unsharpen - value: percentage + value: activePlayer?.position / activePlayer?.length implicitSize: 22 colPrimary: Appearance.colors.colOnSecondaryContainer enableAnimation: false