aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/mpdlrc1
-rwxr-xr-xbin/mpdlrc-notify-send1
2 files changed, 0 insertions, 2 deletions
diff --git a/bin/mpdlrc b/bin/mpdlrc
index bd39843..3fc672d 100755
--- a/bin/mpdlrc
+++ b/bin/mpdlrc
@@ -153,4 +153,3 @@ sub read_lyrics_queue {
# Return a reference to the built lyric object
return \@lyrics;
}
-
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)
-