Files
illogical-impulse/.config/quickshell/modules/common/widgets/StyledText.qml
T
2025-04-16 20:18:22 +02:00

12 lines
299 B
QML

import "root:/modules/common"
import QtQuick
import QtQuick.Layouts
Text {
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
font.family: Appearance.font.family.main
font.pixelSize: Appearance.font.pixelSize.small
color: Appearance.m3colors.m3onBackground
}