summaryrefslogtreecommitdiffstats
path: root/clerk
diff options
context:
space:
mode:
Diffstat (limited to 'clerk')
-rwxr-xr-xclerk2
1 files changed, 2 insertions, 0 deletions
diff --git a/clerk b/clerk
index 75525e3..8273412 100755
--- a/clerk
+++ b/clerk
@@ -342,8 +342,10 @@ export status="$(mpc status)"
mpdSima () {
if pgrep -lf mpd_sima; then
kill $(pgrep -lf mpd_sima | awk '{ print $1 }')
+ sleep 1
else
mpd-sima -d
+ sleep 1
fi
}