later alligator
parent
2c3e2ee3e8
commit
939067c2af
@ -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
|
Loading…
Reference in New Issue