Files
illogical-impulse/dots/.config/quickshell/ii/modules/waffle/looks/WText.qml
T
2025-11-29 00:23:19 +01:00

19 lines
372 B
QML

import QtQuick
Text {
id: root
renderType: Text.NativeRendering
verticalAlignment: Text.AlignVCenter
color: Looks.colors.fg
font {
hintingPreference: Font.PreferFullHinting
family: Looks.font.family.ui
pixelSize: Looks.font.pixelSize.normal
weight: Looks.font.weight.regular
}
linkColor: Looks.colors.link
}