fix: simple typo in omarchy-launch-walker (#4514)

This commit is contained in:
amrxtgh
2026-02-06 16:48:21 +01:00
committed by GitHub
parent be7f316371
commit f57234b991
+1 -1
View File
@@ -1,6 +1,6 @@
#!/bin/bash
# Launch the Walker application launcher while ensuring that it's data provider (called elephant) is runnig first.
# Launch the Walker application launcher while ensuring that it's data provider (called elephant) is running first.
# Ensure elephant is running before launching walker
if ! pgrep -x elephant > /dev/null; then