non important commit

This commit is contained in:
benstrb 2026-02-28 23:47:15 +01:00
parent fcf6eeca8e
commit e11313630a

View file

@ -3,6 +3,13 @@ import QtQuick
ShellRoot {
id: root
SystemClock {
id: clock
precision: SystemClock.Minutes
}
Variants {
PanelWindow {
anchors.top: true
anchors.left: true
@ -10,11 +17,6 @@ ShellRoot {
implicitWidth: 50
color: "#1a1b26"
SystemClock {
id: clock
precision: SystemClock.Minutes
}
Text {
anchors.centerIn: parent
color: "#FFFFFF"
@ -22,4 +24,5 @@ ShellRoot {
text: Qt.formatDateTime(clock.date, "hh\nmm")
}
}
}
}