This commit is contained in:
2026-03-13 00:51:09 +00:00
parent 824f75f9cb
commit ea47a2ca71
4 changed files with 42 additions and 4 deletions
+7 -3
View File
@@ -48,17 +48,21 @@ Scope {
// Right
Layout.alignment: Qt.AlignRight
Layout.preferredHeight: 20
// spacing: 100
spacing: 10
BatteryWidget {}
Rectangle {
width: clockText.width
height: clockText.height
implicitWidth: clockText.width
implicitHeight: clockText.height
radius: 3.5
color: Colors.backgroundAlt
anchors.centerIn: parent
Layout.alignment: Qt.AlignCenter
Text {
id: clockText
color: Colors.textPrimary
font: "CaskaydiaCove NFM"
text: Clock.time
}
}