Reduce Settings to just Bar Settings
The other don't add enough over the Omarchy Menu
This commit is contained in:
Executable
+18
@@ -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 "{}"
|
||||
Reference in New Issue
Block a user