add: mpd volume info

This commit is contained in:
Tobias Reisinger 2020-01-15 01:04:05 +01:00
parent 3e8296a126
commit 490c978990
2 changed files with 6 additions and 2 deletions
.config/i3blocks

View file

@ -1,10 +0,0 @@
#!/bin/sh
alias mpc-current='mpc -f "%title% - %album% - %artist%" current'
mpc-current
while :
do
mpc-current --wait
done