remove now playing script

This commit is contained in:
frosty 2024-06-23 07:02:48 -04:00
parent d92e7df602
commit 45b0592020

View file

@ -1,3 +0,0 @@
#!/bin/sh
playerctl metadata | sed -nE 's/^.*xesam:albumArtist +([^ ]+.*)$/\1/p; s/^.*xesam:title +([^ ].*)$/ - \1/p' | tr -d '\n'