later alligator
This commit is contained in:
parent
2c3e2ee3e8
commit
939067c2af
1 changed files with 0 additions and 9 deletions
|
@ -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 a new issue