Blueno_Termux/myTermux/.scripts/notify/ncmpcpp
2022-04-01 08:36:29 -04:00

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}"