aboutsummaryrefslogtreecommitdiff
path: root/bin/mpdlrc-notify-send
diff options
context:
space:
mode:
Diffstat (limited to 'bin/mpdlrc-notify-send')
-rwxr-xr-xbin/mpdlrc-notify-send1
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/mpdlrc-notify-send b/bin/mpdlrc-notify-send
index 977cf1b..994c382 100755
--- a/bin/mpdlrc-notify-send
+++ b/bin/mpdlrc-notify-send
@@ -13,4 +13,3 @@ timeout=${MPDLC_TIMEOUT:-2000}
while IFS= read -r lyric ; do
notify-send -u "$priority" -t "$timeout" "$lyric"
done < <(mpdlrc)
-