Files
blomarchy/shell/plugins/bar/widgets/KeyboardLayout.manifest.json
T

29 lines
596 B
JSON

{
"schemaVersion": 1,
"id": "blob.keyboard-layout",
"name": "Keyboard layout",
"version": "1.0.0",
"author": "Blob",
"description": "Current xkb layout, click cycles",
"kinds": [
"bar-widget"
],
"entryPoints": {
"barWidget": "KeyboardLayout.qml"
},
"barWidget": {
"displayName": "Keyboard layout",
"description": "Current xkb layout, click cycles",
"category": "Compositor",
"allowMultiple": false
},
"blob": {
"clonePaths": [
{
"source": "KeyboardLayoutModel.js",
"target": "KeyboardLayoutModel.js"
}
]
}
}