Widen the Omarchy menu via a cloned plugin

Claude-Session: https://claude.ai/code/session_014ADhvRXuiTvrXSbConxUey
This commit is contained in:
2026-08-19 14:42:48 -04:00
parent ace9f73af6
commit bfb9eeaea4
8 changed files with 2007 additions and 7 deletions
+26
View File
@@ -0,0 +1,26 @@
{
"schemaVersion": 1,
"id": "blob.menu",
"name": "My 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": "My Omarchy menu",
"description": "Launches the Omarchy menu",
"category": "Compositor",
"allowMultiple": false
},
"omarchy": {
"clonedFrom": "omarchy.menu"
}
}