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

if ! pgrep -x cmus ; then
	urxvt -title floating -sh 20 -geometry "150x12+5-8" -cd ~/music -e cmus
else
	cmus-remote -u
fi

pkill -SIGRTMIN+12 i3blocks