From 3c2b6d4e7f1a0b4b497a3a1b6ce7c89f1794e017 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 13 Aug 2025 17:19:14 +0700 Subject: [PATCH] less unsharpening, make bar resource indicators smaller --- .config/quickshell/ii/modules/bar/Media.qml | 2 +- .config/quickshell/ii/modules/bar/Resource.qml | 2 +- .config/quickshell/ii/modules/common/Appearance.qml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.config/quickshell/ii/modules/bar/Media.qml b/.config/quickshell/ii/modules/bar/Media.qml index 118985490..87151c6ec 100644 --- a/.config/quickshell/ii/modules/bar/Media.qml +++ b/.config/quickshell/ii/modules/bar/Media.qml @@ -53,7 +53,7 @@ Item { Layout.alignment: Qt.AlignVCenter lineWidth: Appearance.rounding.unsharpen value: activePlayer?.position / activePlayer?.length - implicitSize: 22 + implicitSize: 20 colPrimary: Appearance.colors.colOnSecondaryContainer enableAnimation: false diff --git a/.config/quickshell/ii/modules/bar/Resource.qml b/.config/quickshell/ii/modules/bar/Resource.qml index f6b639e2e..77f0c7ed1 100644 --- a/.config/quickshell/ii/modules/bar/Resource.qml +++ b/.config/quickshell/ii/modules/bar/Resource.qml @@ -40,7 +40,7 @@ Item { Layout.alignment: Qt.AlignVCenter lineWidth: Appearance.rounding.unsharpen value: percentage - implicitSize: 22 + implicitSize: 20 colPrimary: Appearance.colors.colOnSecondaryContainer enableAnimation: false diff --git a/.config/quickshell/ii/modules/common/Appearance.qml b/.config/quickshell/ii/modules/common/Appearance.qml index ec1c5605a..f7e3a9eb2 100644 --- a/.config/quickshell/ii/modules/common/Appearance.qml +++ b/.config/quickshell/ii/modules/common/Appearance.qml @@ -180,7 +180,7 @@ Singleton { } rounding: QtObject { - property int unsharpen: 3 + property int unsharpen: 2 property int unsharpenmore: 6 property int verysmall: 8 property int small: 12