18 lines
279 B
JSON
18 lines
279 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "blob.bar",
|
|
"name": "My Bar",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Status bar with widgets",
|
|
"kinds": [
|
|
"bar"
|
|
],
|
|
"entryPoints": {
|
|
"bar": "Bar.qml"
|
|
},
|
|
"omarchy": {
|
|
"clonedFrom": "omarchy.bar"
|
|
}
|
|
}
|