Update mpd.sh
This commit is contained in:
parent
bce7c21293
commit
a83dca8f3b
2 changed files with 6 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
#Inspired by tungd on GitHub
|
||||||
MPD_TRACK=$(mpc -f "%title%" current)
|
MPD_TRACK=$(mpc -f "%title%" current)
|
||||||
#MPD_ARTIST=$(mpc -f "%artist%" current)
|
|
||||||
echo '#[bg=colour237,fg=colour249,bold] ♫' $MPD_TRACK
|
echo '#[bg=colour237,fg=colour249,bold] ♫' $MPD_TRACK
|
||||||
|
|
Loading…
Reference in a new issue