Files
archypr/scripts/launch-floating-terminal-with-presentation

8 lines
305 B
Bash
Executable File

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