Files
illogical-impulse/.config/quickshell/modules/common/widgets/StyledText.qml
T
2025-05-05 11:52:57 +02:00

13 lines
350 B
QML

import "root:/modules/common"
import QtQuick
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
color: Appearance.m3colors.m3onBackground
}