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