mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 20:28:23 +02:00
21 lines
434 B
JSON
21 lines
434 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.lock-keys",
|
|
"name": "Lock keys",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Caps / Num / Scroll lock indicators",
|
|
"kinds": [
|
|
"bar-widget"
|
|
],
|
|
"entryPoints": {
|
|
"barWidget": "LockKeys.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Lock keys",
|
|
"description": "Caps / Num / Scroll lock indicators",
|
|
"category": "System",
|
|
"allowMultiple": false
|
|
}
|
|
}
|