Notifications n shi

This commit is contained in:
2026-02-26 16:18:06 -08:00
parent a3ffbc80c5
commit 3ed2df2cd5
19 changed files with 331 additions and 17 deletions

View File

@@ -3,7 +3,7 @@ import QtQuick
import "../Widgets" as Widgets
Item {
width: 800
width: 900
height: 42
anchors {
top: parent.top
@@ -14,7 +14,6 @@ Item {
top: parent.top
left: parent.left
bottom: parent.bottom
leftMargin: 0
}
Widgets.Battery {}
}
@@ -31,13 +30,7 @@ Item {
top: parent.top
right: parent.right
bottom: parent.bottom
rightMargin: 12
}
Text {
anchors.verticalCenter: parent.verticalCenter
property var clock: SystemClock {}
color: "white"
text: Qt.formatDateTime(clock.date, "ddd MMM dd · hh:mm")
}
Widgets.Time {}
}
}