aboutsummaryrefslogtreecommitdiff
path: root/i3/who.sh
blob: f91abb35b9addae3adf27e72d056293a7468cf82 (plain)
1
2
3
4
5
6
7
#!/bin/bash

title=$(cmus-remote -Q | grep title | cut -c11-)

artist=$(cmus-remote -Q | grep artist | cut -c12-)

echo "$artist - $title"