clock: move near end of bar
This commit is contained in:
@@ -45,12 +45,7 @@ PanelWindow {
|
|||||||
screen: panel.modelData
|
screen: panel.modelData
|
||||||
}
|
}
|
||||||
|
|
||||||
// center: clock
|
// right: battery, system metrics, volume, clock, tray
|
||||||
Clock {
|
|
||||||
anchors.centerIn: parent
|
|
||||||
}
|
|
||||||
|
|
||||||
// right: battery, system metrics, volume, tray
|
|
||||||
RowLayout {
|
RowLayout {
|
||||||
anchors.right: parent.right
|
anchors.right: parent.right
|
||||||
anchors.verticalCenter: parent.verticalCenter
|
anchors.verticalCenter: parent.verticalCenter
|
||||||
@@ -64,6 +59,7 @@ PanelWindow {
|
|||||||
Disk {}
|
Disk {}
|
||||||
Network {}
|
Network {}
|
||||||
Volume {}
|
Volume {}
|
||||||
|
Clock {}
|
||||||
Tray { panelWindow: panel }
|
Tray { panelWindow: panel }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user