mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-02 04:37:49 +02:00
24 lines
492 B
JSON
24 lines
492 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.menu",
|
|
"name": "Omarchy menu",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Quickshell-powered Omarchy command menu",
|
|
"kinds": [
|
|
"menu",
|
|
"bar-widget"
|
|
],
|
|
"keepLoaded": true,
|
|
"entryPoints": {
|
|
"menu": "Menu.qml",
|
|
"barWidget": "BarWidget.qml"
|
|
},
|
|
"barWidget": {
|
|
"displayName": "Omarchy menu",
|
|
"description": "Launches the Omarchy menu",
|
|
"category": "Compositor",
|
|
"allowMultiple": false
|
|
}
|
|
}
|