Make sure system updates sit in the right place
This commit is contained in:
@@ -14,6 +14,7 @@ BarWidget {
|
||||
if (!updateProc.running) updateProc.running = true
|
||||
}
|
||||
|
||||
visible: updateAvailable
|
||||
implicitWidth: button.implicitWidth
|
||||
implicitHeight: button.implicitHeight
|
||||
|
||||
|
||||
@@ -133,7 +133,7 @@ Item {
|
||||
left: [{ id: "omarchy.menu" }, { id: "omarchy.workspaces" }],
|
||||
center: [
|
||||
{ id: "omarchy.clock", format: "dddd HH:mm", formatAlt: "dd MMMM 'W'ww yyyy", verticalFormat: "HH\n\u2014\nmm" },
|
||||
{ id: "omarchy.weather" }, { id: "omarchy.indicators" }, { id: "omarchy.system-update" }
|
||||
{ id: "omarchy.weather" }, { id: "omarchy.system-update" }, { id: "omarchy.indicators" }
|
||||
],
|
||||
right: [
|
||||
{ id: "omarchy.tray" }, { id: "omarchy.bluetooth" }, { id: "omarchy.network" },
|
||||
|
||||
Reference in New Issue
Block a user