mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 20:28:25 +02:00
12 lines
243 B
JSON
12 lines
243 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.bar",
|
|
"name": "Bar",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Status bar with widgets",
|
|
"kinds": ["bar"],
|
|
"activation": "persistent",
|
|
"entryPoints": { "bar": "Bar.qml" }
|
|
}
|