add: mpd volume info
This commit is contained in:
parent
3e8296a126
commit
490c978990
2 changed files with 6 additions and 2 deletions
.config/i3blocks
10
.config/i3blocks/mpc-current
Executable file
10
.config/i3blocks/mpc-current
Executable file
|
@ -0,0 +1,10 @@
|
|||
#!/bin/sh
|
||||
|
||||
alias mpc-current='mpc -f "%title% - %album% - %artist%" current'
|
||||
|
||||
mpc-current
|
||||
|
||||
while :
|
||||
do
|
||||
mpc-current --wait
|
||||
done
|
Loading…
Add table
Add a link
Reference in a new issue