Fix the default center layout assertion

The center layout was reordered when the indicators moved next to the
clock, but the assertion kept the old order, so this has been failing on
quattro since.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-07-26 19:10:06 -07:00
co-authored by Claude Opus 5
parent 187c2ecf7f
commit d4c835afb5
+2 -2
View File
@@ -19,10 +19,10 @@ pass "default shell.json has versioned bar layout"
jq -e '
def ids: map(.id // .);
.bar.layout.center | ids == [
"omarchy.indicators",
"omarchy.clock",
"omarchy.weather",
"omarchy.system-update",
"omarchy.indicators"
"omarchy.system-update"
]
' "$ROOT/config/omarchy/shell.json" >/dev/null
pass "default center layout keeps update next to weather"