diff --git a/bin/omarchy-install-helix b/bin/omarchy-install-helix index 97de51c2..e8952c4e 100755 --- a/bin/omarchy-install-helix +++ b/bin/omarchy-install-helix @@ -1,6 +1,6 @@ #!/bin/bash -# Install Helix and configure it to use the current Omarchy theme. +# omarchy:summary=Install Helix and configure it to use the current Omarchy theme echo "Installing Helix..." omarchy-pkg-add helix diff --git a/bin/omarchy-restart-helix b/bin/omarchy-restart-helix index 878cc6c9..a5af10e8 100755 --- a/bin/omarchy-restart-helix +++ b/bin/omarchy-restart-helix @@ -1,6 +1,6 @@ #!/bin/bash -# Reload Helix configuration (used by the Omarchy theme switching). +# omarchy:summary=Reload Helix configuration if pgrep -x helix >/dev/null; then pkill -USR1 helix