dotfiles/.local/bin/nowplaying

4 lines
132 B
Plaintext
Raw Normal View History

2024-06-23 06:44:57 -04:00
#!/bin/sh
playerctl metadata | sed -nE 's/^.*xesam:albumArtist +([^ ]+.*)$/\1/p; s/^.*xesam:title +([^ ].*)$/ - \1/p' | tr -d '\n'