mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
21 lines
418 B
JSON
21 lines
418 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.network",
|
|
"name": "Network",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Wi-Fi list and connection state",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Panel.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Network",
|
|
"description": "Wi-Fi list and connection state",
|
|
"category": "Network",
|
|
"allowMultiple": false
|
|
}
|
|
}
|