Reduce Settings to just Bar Settings

The other don't add enough over the Omarchy Menu
This commit is contained in:
David Heinemeier Hansson
2026-05-16 21:47:54 +02:00
parent db5c09fc2e
commit eaea4cd577
12 changed files with 118 additions and 1524 deletions
+18
View File
@@ -0,0 +1,18 @@
#!/bin/bash
# omarchy:summary=Launch the Omarchy bar settings panel
# omarchy:group=launch
# omarchy:name=settings
# omarchy:args=[bar]
# omarchy:examples=omarchy launch settings | omarchy launch settings bar
case "${1:-}" in
""|bar)
;;
*)
echo "Usage: omarchy-launch-settings [bar]" >&2
exit 1
;;
esac
exec omarchy-shell-ipc shell summon omarchy.settings "{}"