aboutsummaryrefslogtreecommitdiff
path: root/i3/bin/nowplaying
blob: 650e6e830c7743095c82b52bbe7ce14f6e180516 (plain) (blame)
1
2
#!/bin/sh
cmus-remote -Q | grep '^tag \(artist\|album\|title\) ' | cut -d' ' -f 3- | tr '\n' '\t' | awk 'BEGIN { FS = "\t" } ; { print $3 " (" $2 ", " $1 ")" }'; echo -n ' '