Files
HyprNix/user/ClockWidget.qml

6 lines
73 B
QML

import QtQuick
Text {
required property string time
text: time
}