made Song case switch smaller
This commit is contained in:
parent
203f218cc7
commit
803f48e032
1 changed files with 1 additions and 2 deletions
3
neofetch
3
neofetch
|
@ -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)" ;;
|
||||
|
|
Loading…
Reference in a new issue