changed play symbol for cmus
This commit is contained in:
+1
-1
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user