No system stats by default

This commit is contained in:
David Heinemeier Hansson
2026-05-17 08:35:47 +02:00
parent ae3d7efc6e
commit a902ac427b
2 changed files with 0 additions and 4 deletions
@@ -38,7 +38,6 @@ Example `shell.json` (bar subtree only shown):
{ "id": "calendar", "format": "HH:mm" } { "id": "calendar", "format": "HH:mm" }
], ],
"right": [ "right": [
{ "id": "systemStats" },
{ "id": "audioPanel" }, { "id": "audioPanel" },
{ "id": "battery" } { "id": "battery" }
] ]
@@ -54,9 +54,6 @@
}, },
{ {
"id": "battery" "id": "battery"
},
{
"id": "systemStats"
} }
] ]
} }