remove a debug line for cmus (oops)
This commit is contained in:
parent
f1052a8e73
commit
1f482d786c
2
neofetch
2
neofetch
|
@ -1427,8 +1427,6 @@ guayadeque|yarock|qmmp|quodlibet|deepin-music|tomahawk|pogo|elisa/ {printf $5 "
|
||||||
)"
|
)"
|
||||||
}
|
}
|
||||||
|
|
||||||
player="cmus"
|
|
||||||
|
|
||||||
case "${player/*\/}" in
|
case "${player/*\/}" in
|
||||||
"mpd"* | "mopidy"*) song="$(mpc current)" ;;
|
"mpd"* | "mopidy"*) song="$(mpc current)" ;;
|
||||||
"mocp"*) song="$(mocp -Q "%artist - %song")" ;;
|
"mocp"*) song="$(mocp -Q "%artist - %song")" ;;
|
||||||
|
|
Reference in New Issue