From 602796a23625f6c46738295027d9e806e397faf3 Mon Sep 17 00:00:00 2001 From: Eric Phillips Date: Wed, 29 Apr 2015 22:27:14 -0600 Subject: [PATCH] changed play symbol for cmus --- cmus-stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmus-stats.sh b/cmus-stats.sh index d5cf5ee..41be64e 100755 --- a/cmus-stats.sh +++ b/cmus-stats.sh @@ -4,7 +4,7 @@ then status=`cmus-remote -Q | grep status | awk '{print $2}'` if [ $status == "paused" ] then - status="ç" + status="→" else status="æ" fi