From eda549356a44a2305d1fc12dbe66e00551178a57 Mon Sep 17 00:00:00 2001 From: Ryan Hughes Date: Thu, 14 May 2026 03:24:45 -0400 Subject: [PATCH] Drop media and activeWindow from default bar layout MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Aligns shell-defaults.json with the practical default — no media widget in center, no activeWindow on the left. --- default/quickshell/omarchy-shell/shell-defaults.json | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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" } ] }