aboutsummaryrefslogtreecommitdiff
path: root/cmusPlay.sh
blob: 270a3f2aae135d39e3f9ac008f91ec7ecdd6742a (plain)
1
2
3
4
5
6
7
#!/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