b55a2629fb
turns out i was dumping them in 2 different places lmao
10 lines
111 B
Bash
Executable File
10 lines
111 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mpt=$(mpc current -f %title%)
|
|
mpa=$(mpc current -f %artist%)
|
|
icon1=' '
|
|
icon2=''
|
|
echo "$mpt"
|
|
|
|
|