Files
arthur-os/bin/omarchy-launch-floating-terminal-with-presentation
T
2026-04-28 12:03:46 -04:00

8 lines
305 B
Bash
Executable File

#!/bin/bash
# omarchy:summary=Launch a floating terminal with the Omarchy presentation wrapper
# omarchy:args=<command>
cmd="$*"
exec setsid uwsm-app -- xdg-terminal-exec --app-id=org.omarchy.terminal --title=Omarchy -e bash -c "omarchy-show-logo; $cmd; if (( \$? != 130 )); then omarchy-show-done; fi"