diff --git a/default/quickshell/omarchy-shell/shell-defaults.json b/default/quickshell/omarchy-shell/shell-defaults.json index 9fde55f1..a0d180c1 100644 --- a/default/quickshell/omarchy-shell/shell-defaults.json +++ b/default/quickshell/omarchy-shell/shell-defaults.json @@ -7,11 +7,9 @@ "layout": { "left": [ { "id": "omarchy" }, - { "id": "workspaces" }, - { "id": "activeWindow" } + { "id": "workspaces" } ], "center": [ - { "id": "media" }, { "id": "calendar", "format": "dddd HH:mm", "formatAlt": "dd MMMM 'W'ww yyyy", "verticalFormat": "HH\n—\nmm" }, { "id": "weatherFlyout" }, { "id": "update" }, @@ -22,12 +20,12 @@ ], "right": [ { "id": "tray" }, - { "id": "systemStats" }, { "id": "microphone" }, { "id": "bluetoothPanel" }, { "id": "networkPanel" }, { "id": "audioPanel" }, { "id": "battery" }, + { "id": "systemStats" }, { "id": "controlCenter" } ] }