later alligator

This commit is contained in:
Emily 2021-09-03 13:21:05 +10:00
parent 2c3e2ee3e8
commit 939067c2af
1 changed files with 0 additions and 9 deletions

View File

@ -1,9 +0,0 @@
#!/bin/sh
player_status=$(playerctl status 2> /dev/null)
if [ "$player_status" = "Playing" ]; then
echo "$(playerctl metadata artist) - $(playerctl metadata title)"
else
echo "-"
fi