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