* Add plugin cloning via menu * Split plugin commands by action * Keep plugin enablement in action commands * Remove unused plugin edit command * Simplify plugin rescan arguments * Assume Omarchy shell is running for plugin commands * Remove plugin compatibility dispatcher * Flatten plugin clone command * Keep only shared plugin helpers * Remove plugin rescan wrapper * Keep plugin commands self-contained * Simplify plugin clone lifecycle
29 lines
530 B
JSON
29 lines
530 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.tray",
|
|
"name": "System tray",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Status notifier items",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Tray.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "System tray",
|
|
"description": "Status notifier items",
|
|
"category": "Status",
|
|
"allowMultiple": false
|
|
},
|
|
"omarchy": {
|
|
"clonePaths": [
|
|
{
|
|
"source": "TrayModel.js",
|
|
"target": "TrayModel.js"
|
|
}
|
|
]
|
|
}
|
|
}
|