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) <noreply@anthropic.com>
37 lines
889 B
JSON
37 lines
889 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.tailscale",
|
|
"name": "Tailscale",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"license": "MIT",
|
|
"description": "Tailscale status, connection switching, machine browsing, and quick copy actions in the Omarchy bar.",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Panel.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Tailscale",
|
|
"description": "Toggle Tailscale, switch connections, browse machines, and copy machine IPs or names.",
|
|
"category": "Network",
|
|
"allowMultiple": false,
|
|
"defaultSection": "right",
|
|
"defaults": {
|
|
"refreshIntervalSec": 30
|
|
},
|
|
"schema": [
|
|
{
|
|
"key": "refreshIntervalSec",
|
|
"type": "integer",
|
|
"label": "Refresh interval (seconds)",
|
|
"min": 5,
|
|
"max": 3600,
|
|
"step": 5,
|
|
"defaultValue": 30
|
|
}
|
|
]
|
|
}
|
|
}
|