Files
dots-hyprland/.config/quickshell/modules/common/widgets/StyledText.qml
T
2025-04-15 08:58:08 +02:00

12 lines
298 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.pointSize: Appearance.font.pointSize.small
color: Appearance.colors.colOnBackground
}