mirror of
https://github.com/arthur-pbty/arthur-os.git
synced 2026-08-05 20:28:25 +02:00
16 lines
330 B
JSON
16 lines
330 B
JSON
{
|
|
"schemaVersion": 1,
|
|
"id": "omarchy.menu",
|
|
"name": "Omarchy menu",
|
|
"version": "1.0.0",
|
|
"author": "Omarchy",
|
|
"description": "Quickshell-powered Omarchy command menu",
|
|
"kinds": ["menu"],
|
|
"activation": "on-demand",
|
|
"keepLoaded": true,
|
|
"entryPoints": { "menu": "Menu.qml" },
|
|
"ipc": {
|
|
"summon": "menu"
|
|
}
|
|
}
|