diff options
Diffstat (limited to 'scripts/mpd_show')
-rwxr-xr-x | scripts/mpd_show | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/mpd_show b/scripts/mpd_show deleted file mode 100755 index 8d14a1d..0000000 --- a/scripts/mpd_show +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/sh - -raw="$(mpc)" -song=$(echo "$raw" | sed -n '1p') -time=$(echo "$raw" | sed -n '2p') -notify-send "$song" "$time" |