From 2ef21ebe4b9938f769471e555bcb7fc8e112af66 Mon Sep 17 00:00:00 2001 From: Harri Lahtinen Date: Wed, 26 Dec 2018 16:38:18 +0200 Subject: [PATCH] gpmdp and other stuff --- .config/Scripts/gpmdp-remote | 6 +++++- .config/i3/config | 2 ++ .config/mopidy/mopidy.conf | 2 +- .config/mpd/mpd.conf | 12 +++++++++--- .config/polybar/config | 28 ++++++++++++++++++++++++++-- 5 files changed, 43 insertions(+), 7 deletions(-) diff --git a/.config/Scripts/gpmdp-remote b/.config/Scripts/gpmdp-remote index a9350bc..2a7d6f0 100755 --- a/.config/Scripts/gpmdp-remote +++ b/.config/Scripts/gpmdp-remote @@ -53,7 +53,7 @@ gpmdp_status () { gpmdp_info () { if [ "$(gpmdp_status)" == "Playing" ]; then - printf "%s\n" "Now Playing: $(title) by $(artist)" + printf "%s\n" "$(title) by $(artist)" elif [ "$(gpmdp_status)" == "Paused" ]; then printf "%s\n" "Paused: $(title) by $(artist)" fi @@ -64,7 +64,9 @@ current () { } usage () { cat << EOF + usage: gpmdp-remote