Initial import: Lua config, trimmed omarchy scripts, theme system
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash
|
||||
|
||||
# archypr:summary=Launch a TUI or focus an existing terminal window for it
|
||||
# archypr:args=<command> [args...]
|
||||
|
||||
APP_ID="org.omarchy.$(basename "$1")"
|
||||
LAUNCH_COMMAND="archypr-launch-tui $@"
|
||||
|
||||
exec archypr-launch-or-focus "$APP_ID" "$LAUNCH_COMMAND"
|
||||
Reference in New Issue
Block a user