quickshell/reusables/CustomText.qml

11 lines
207 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 {
2026-02-14 12:39:52 +01:00
color: Colors.primary
2026-01-14 23:18:18 +01:00
font.family: Settings.config.font
font.pixelSize: Settings.config.fontSize
2026-02-09 19:24:56 +01:00
font.weight: Settings.config.fontWeight
2026-01-14 23:18:18 +01:00
}