vertical bar: add date

This commit is contained in:
end-4
2025-08-16 11:55:27 +07:00
parent e189f0317f
commit 2a46b17958
4 changed files with 83 additions and 0 deletions
@@ -153,6 +153,9 @@ Item { // Bar content region
Layout.fillWidth: true
Layout.fillHeight: false
}
HorizontalBarSeparator {}
VerticalMedia {
Layout.fillWidth: true
Layout.fillHeight: false
@@ -198,11 +201,25 @@ Item { // Bar content region
Layout.fillHeight: false
}
HorizontalBarSeparator {}
VerticalDateWidget {
Layout.fillWidth: true
Layout.fillHeight: false
}
HorizontalBarSeparator {
visible: UPower.displayDevice.isLaptopBattery
}
BatteryIndicator {
visible: UPower.displayDevice.isLaptopBattery
Layout.fillWidth: true
Layout.fillHeight: false
}
}
}