10 lines
111 B
Bash
10 lines
111 B
Bash
|
#!/bin/sh
|
||
|
|
||
|
mpt=$(mpc current -f %title%)
|
||
|
mpa=$(mpc current -f %artist%)
|
||
|
icon1=' '
|
||
|
icon2=''
|
||
|
echo "$mpt"
|
||
|
|
||
|
|