Files
arthur-os/shell/plugins/bar/widgets/Workspaces.manifest.json
T

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
}
}