quickshell/reusables/CustomText.qml

11 lines
214 B
QML
Raw Permalink 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:45:52 +01:00
color: Colors.onSurfaceColor
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
}