Use correct meta data for the command
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/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..."
|
echo "Installing Helix..."
|
||||||
omarchy-pkg-add helix
|
omarchy-pkg-add helix
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# Reload Helix configuration (used by the Omarchy theme switching).
|
# omarchy:summary=Reload Helix configuration
|
||||||
|
|
||||||
if pgrep -x helix >/dev/null; then
|
if pgrep -x helix >/dev/null; then
|
||||||
pkill -USR1 helix
|
pkill -USR1 helix
|
||||||
|
|||||||
Reference in New Issue
Block a user