clock: move near end of bar

This commit is contained in:
2026-06-04 21:39:16 +02:00
parent e97a2b65c2
commit fa3e41ecc2

View File

@@ -45,12 +45,7 @@ PanelWindow {
screen: panel.modelData
}
// center: clock
Clock {
anchors.centerIn: parent
}
// right: battery, system metrics, volume, tray
// right: battery, system metrics, volume, clock, tray
RowLayout {
anchors.right: parent.right
anchors.verticalCenter: parent.verticalCenter
@@ -64,6 +59,7 @@ PanelWindow {
Disk {}
Network {}
Volume {}
Clock {}
Tray { panelWindow: panel }
}
}