2023-01-03 01:15:35 +00:00
|
|
|
#!/usr/bin/env sh
|
2022-03-02 15:58:03 +00:00
|
|
|
|
2023-03-09 11:57:37 +00:00
|
|
|
playerctl -p spotifyd metadata -f '{{ uc(status) }} {{title}} - {{artist}} | {{duration(position)}}/{{duration(mpris:length)}}' 2>/dev/null \
|
|
|
|
| sed -e 's/PLAYING//' \
|
|
|
|
-e 's/PAUSED//' \
|
|
|
|
-e 's/STOPPED//'
|