12 lines
232 B
Bash
Executable File
12 lines
232 B
Bash
Executable File
#!/bin/bash
|
|
|
|
# omarchy:summary=Open Voxtype AI model setup
|
|
|
|
set -e
|
|
|
|
omarchy-launch-floating-terminal-with-presentation "voxtype setup model"
|
|
if pgrep -x waybar >/dev/null; then
|
|
omarchy-restart-waybar
|
|
fi
|
|
omarchy-restart-quickshell
|