changed play symbol for cmus

This commit is contained in:
2015-04-29 22:27:14 -06:00
parent 129084cc57
commit 602796a236
+1 -1
View File
@@ -4,7 +4,7 @@ then
status=`cmus-remote -Q | grep status | awk '{print $2}'` status=`cmus-remote -Q | grep status | awk '{print $2}'`
if [ $status == "paused" ] if [ $status == "paused" ]
then then
status="ç" status=""
else else
status="æ" status="æ"
fi fi