From 811a1ce6cb2b1957010f6f201bd42873ff6fceb3 Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Wed, 18 Jun 2025 23:55:06 +0200 Subject: [PATCH] material symbol: also bold when filled --- .config/quickshell/modules/common/widgets/MaterialSymbol.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/modules/common/widgets/MaterialSymbol.qml b/.config/quickshell/modules/common/widgets/MaterialSymbol.qml index aac0b0315..639427aae 100644 --- a/.config/quickshell/modules/common/widgets/MaterialSymbol.qml +++ b/.config/quickshell/modules/common/widgets/MaterialSymbol.qml @@ -12,6 +12,7 @@ Text { hintingPreference: Font.PreferFullHinting family: Appearance?.font.family.iconMaterial ?? "Material Symbols Rounded" pixelSize: iconSize + weight: Font.Normal + (Font.DemiBold - Font.Normal) * fill } verticalAlignment: Text.AlignVCenter color: Appearance.m3colors.m3onBackground