aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-09-23 07:49:06 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-09-23 07:49:06 +1200
commitdae2b5ec977601a2526f3c0bb99fb17cb2221b35 (patch)
tree04f91a2c56e8d9a247373a7f4473904dbecc1fed /bin
parentStrip README trailing blank line (diff)
downloadmpdlrc-dae2b5ec977601a2526f3c0bb99fb17cb2221b35.tar.gz
mpdlrc-dae2b5ec977601a2526f3c0bb99fb17cb2221b35.zip
Strip the other blank lines
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)
-