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

21 lines
456 B
JSON

{
"schemaVersion": 1,
"id": "omarchy.keyboard-layout",
"name": "Keyboard layout",
"version": "1.0.0",
"author": "Omarchy",
"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
}
}