From 54b56290253719aa71d8ccfddff6fa0424e22804 Mon Sep 17 00:00:00 2001 From: Don Williams Date: Mon, 13 Jul 2026 14:55:49 -0400 Subject: Moved quickshell-backtup to -trixie Signed-off-by: Don Williams --- .../overview-trixie/common/widgets/StyledText.qml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 config/quickshell/overview-trixie/common/widgets/StyledText.qml (limited to 'config/quickshell/overview-trixie/common/widgets/StyledText.qml') diff --git a/config/quickshell/overview-trixie/common/widgets/StyledText.qml b/config/quickshell/overview-trixie/common/widgets/StyledText.qml new file mode 100644 index 00000000..abfcefae --- /dev/null +++ b/config/quickshell/overview-trixie/common/widgets/StyledText.qml @@ -0,0 +1,16 @@ +import QtQuick +import ".." + +Text { + id: root + property bool animateChange: false + + renderType: Text.NativeRendering + verticalAlignment: Text.AlignVCenter + font { + hintingPreference: Font.PreferFullHinting + family: Appearance?.font.family.main ?? "sans-serif" + pixelSize: Appearance?.font.pixelSize.small ?? 15 + } + color: Appearance?.m3colors.m3onBackground ?? "white" +} -- cgit v1.2.3