Integrate omarchy menu into shell

This commit is contained in:
Ryan Hughes
2026-05-14 02:25:05 -04:00
parent 7d2745b6a6
commit 0e135bbb75
20 changed files with 2087 additions and 925 deletions
@@ -0,0 +1,15 @@
{
"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"
}
}