mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-06 12:39:35 +02:00
22 lines
438 B
JSON
22 lines
438 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.spacer",
|
|
"name": "Spacer",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Configurable blank space",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Spacer.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Spacer",
|
|
"description": "Configurable blank space",
|
|
"category": "Layout",
|
|
"allowMultiple": true,
|
|
"settingsForm": "spacerSettings"
|
|
}
|
|
}
|