From 0ae52eafdc6a734f80b56efd1bbeae9c659da15c Mon Sep 17 00:00:00 2001 From: end-4 <97237370+end-4@users.noreply.github.com> Date: Mon, 5 May 2025 11:52:57 +0200 Subject: [PATCH] nicer text --- .config/quickshell/modules/common/widgets/StyledText.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/quickshell/modules/common/widgets/StyledText.qml b/.config/quickshell/modules/common/widgets/StyledText.qml index 14cec33b0..c5969b0b4 100644 --- a/.config/quickshell/modules/common/widgets/StyledText.qml +++ b/.config/quickshell/modules/common/widgets/StyledText.qml @@ -4,6 +4,7 @@ import QtQuick.Layouts Text { renderType: Text.NativeRendering + font.hintingPreference: Font.PreferFullHinting verticalAlignment: Text.AlignVCenter font.family: Appearance.font.family.main font.pixelSize: Appearance.font.pixelSize.small