Files
z-bar-qt/Clock.qml
T
Zacharias-Brohn 0da7e57a64 first commit
2025-10-07 13:53:18 +02:00

7 lines
64 B
QML

import QtQuick
Text {
text: Time.time
color: "white"
}