mirror of
https://github.com/end-4/dots-hyprland.git
synced 2026-06-06 23:39:27 -05:00
7 lines
66 B
QML
7 lines
66 B
QML
import QtQuick
|
|
import "../common"
|
|
|
|
Text {
|
|
text: DateTime.time
|
|
}
|