aboutsummaryrefslogtreecommitdiff
path: root/cmusPlay.sh
blob: 2996651114c3a747557d15f849cb570c40cf968a (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

if ! pgrep -x cmus ; then
	urxvt -title floating -sh 20 -geometry "185x15+30-28" -cd ~/music -e cmus
else
	cmus-remote -u
fi

pkill -SIGRTMIN+12 i3blocks