Files
blomarchy/shell/plugins/bar/widgets/ActiveWindow.manifest.json

22 lines
462 B
JSON

{
"schemaVersion": 1,
"id": "blob.active-window",
"name": "Active window",
"version": "1.0.0",
"author": "Blob",
"description": "Title of the focused window",
"kinds": [
"bar-widget"
],
"entryPoints": {
"barWidget": "ActiveWindow.qml"
},
"barWidget": {
"displayName": "Active window",
"description": "Title of the focused window",
"category": "Compositor",
"allowMultiple": false,
"defaultSection": "left"
}
}