From 24e1adb01a8e050547db87234b5499f74a153143 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 5 May 2026 12:53:51 +0200 Subject: [PATCH] Use correct meta data for the command --- bin/omarchy-install-helix | 2 +- bin/omarchy-restart-helix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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