Extract the speed test into its own omarchy.speedtest panel plugin

The network panel now summons it, so a clone or a third-party plugin
declaring clonedFrom: omarchy.speedtest can replace the whole speed
test -- dials and run orchestration alike -- for every caller.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
David Heinemeier Hansson
2026-08-07 02:13:31 -07:00
co-authored by Claude Fable 5
parent 4519451655
commit dd2f434a7d
5 changed files with 297 additions and 269 deletions
+2 -2
View File
@@ -4,7 +4,7 @@
"name": "Network",
"version": "1.0.0",
"author": "Omarchy",
"description": "Wi-Fi list, connection state, QR sharing, and speed test",
"description": "Wi-Fi list, connection state, and QR sharing",
"kinds": [
"bar-widget"
],
@@ -13,7 +13,7 @@
},
"barWidget": {
"displayName": "Network",
"description": "Wi-Fi list, connection state, QR sharing, and speed test",
"description": "Wi-Fi list, connection state, and QR sharing",
"category": "Network",
"allowMultiple": false
}