mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-04 04:37:47 +02:00
21 lines
438 B
JSON
21 lines
438 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.active-window",
|
|
"name": "Active window",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"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
|
|
}
|
|
}
|