Commit 803f48e0 authored by d3rrial's avatar d3rrial

made Song case switch smaller

parent 203f218c
......@@ -1216,8 +1216,7 @@ get_song() {
}
case "${player/*\/}" in
"mopidy"*) song="$(mpc current)" ;;
"mpd"*) song="$(mpc current)" ;;
"mpd"* | "mopidy"*) song="$(mpc current)" ;;
"mocp"*) song="$(mocp -Q "%artist - %song")" ;;
"google play"*) song="$(gpmdp-remote current)" ;;
"rhythmbox"*) song="$(rhythmbox-client --print-playing)" ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment