mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 12:47:51 +02:00
15 lines
227 B
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"
|
|
}
|
|
}
|