configs/desktop/scripts/mpd.sh

10 lines
111 B
Bash
Raw Normal View History

2022-10-29 16:46:38 -03:00
#!/bin/sh
mpt=$(mpc current -f %title%)
mpa=$(mpc current -f %artist%)
icon1=' '
icon2=''
echo "$mpt"