show artist

This commit is contained in:
Aaron Bieber 2021-02-10 17:00:18 -07:00
parent 5631cbf43d
commit f3f5a4dcd7

View File

@ -111,7 +111,7 @@ now_playing() {
# MPD
if pgrep -q mpd; then
NP="$(mpc -f '%name% - %title%' | head -n1)"
NP="$(mpc -f '%name%%artist% - %title%' | head -n1)"
fi
# Pianobar