mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
22 lines
456 B
JSON
22 lines
456 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.weather",
|
|
"name": "Weather",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Weather pill with detail popup",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "BarWidget.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Weather",
|
|
"description": "Weather pill with detail popup",
|
|
"category": "Info",
|
|
"allowMultiple": false,
|
|
"settingsForm": "weatherSettings"
|
|
}
|
|
}
|