Files
arthur-os/shell/plugins/bar/manifest.json

15 lines
227 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.bar",
"name": "Bar",
"version": "1.0.0",
"author": "Omarchy",
"description": "Status bar with widgets",
"kinds": [
"bar"
],
"entryPoints": {
"bar": "Bar.qml"
}
}