7 lines
178 B
Bash
Executable File
7 lines
178 B
Bash
Executable File
#!/data/data/com.termux/files/usr/bin/env bash
|
|
|
|
SONG=$(mpc --host=127.0.0.1 --port=8000 current)
|
|
|
|
#A8D7FE
|
|
termux-toast -b "#ABB2BF" -c "#000000" -g middle "Now Playing: ${SONG}"
|