Files
arthur-os/bin/omarchy-launch-tui
2026-04-28 12:03:46 -04:00

7 lines
228 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Launch a TUI command in the default terminal with Omarchy styling
# omarchy:args=<command> [args...]
exec setsid uwsm-app -- xdg-terminal-exec --app-id=org.omarchy.$(basename $1) -e "$1" "${@:2}"