summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-mpd
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-x.local/bin/status/sb-mpd5
1 files changed, 0 insertions, 5 deletions
diff --git a/.local/bin/status/sb-mpd b/.local/bin/status/sb-mpd
index 4fad1c2..e5f6745 100755
--- a/.local/bin/status/sb-mpd
+++ b/.local/bin/status/sb-mpd
@@ -1,4 +1,3 @@
-
#!/bin/sh
mp=$(mpc status)
@@ -9,7 +8,3 @@ case $icon in
*) return ;;
esac
printf "%s %s" "$icon" "$(echo "$mp" | head -n1)"
-
-# while : ; do
- # mpc idle >/dev/null
-# done