mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
21 lines
443 B
JSON
21 lines
443 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.clock",
|
|
"name": "Clock",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Day/time label; click to toggle alternate format",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Clock.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Clock",
|
|
"description": "Day/time label; click to toggle alternate format",
|
|
"category": "Time",
|
|
"allowMultiple": false
|
|
}
|
|
}
|