From 99293aa05abbd3167a8641a6daa7094a0a02471c Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 9 Aug 2026 01:02:52 +0200 Subject: [PATCH] Place the Tailscale bar widget on the right Without defaultSection, both 'omarchy bar defaults' and 'omarchy plugin add' fall back to center, so upgrades landed Tailscale next to the clock instead of alongside the other status widgets. Co-Authored-By: Claude Opus 5 (1M context) --- shell/plugins/panels/tailscale/manifest.json | 1 + 1 file changed, 1 insertion(+) diff --git a/shell/plugins/panels/tailscale/manifest.json b/shell/plugins/panels/tailscale/manifest.json index c0ace7e5..8de29708 100644 --- a/shell/plugins/panels/tailscale/manifest.json +++ b/shell/plugins/panels/tailscale/manifest.json @@ -17,6 +17,7 @@ "description": "Toggle Tailscale, switch connections, browse machines, and copy machine IPs or names.", "category": "Network", "allowMultiple": false, + "defaultSection": "right", "defaults": { "refreshIntervalSec": 30 },