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

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