quickshell/reusables/CustomText.qml

14 lines
248 B
QML
Raw Normal View History

2026-01-14 23:18:18 +01:00
import QtQuick
import qs
import qs.settings
2026-01-14 23:18:18 +01:00
Text {
color: Colors.foreground
font.family: Settings.config.font
font.pixelSize: Settings.config.fontSize
2026-01-16 15:15:44 +01:00
font.variableAxes: ({
GRAD: 200,
wght: 400
})
2026-01-14 23:18:18 +01:00
}