mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-03 20:28:21 +02:00
21 lines
427 B
JSON
21 lines
427 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.workspaces",
|
|
"name": "Workspaces",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Workspace number indicators",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "Workspaces.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Workspaces",
|
|
"description": "Workspace number indicators",
|
|
"category": "Compositor",
|
|
"allowMultiple": false
|
|
}
|
|
}
|