Minor refact
This commit is contained in:
parent
fca079098a
commit
93da641008
|
@ -8,7 +8,7 @@ ICON_PAUSE='\uf04c'
|
||||||
|
|
||||||
if [ $RUNNING_CMD -gt 3 ]
|
if [ $RUNNING_CMD -gt 3 ]
|
||||||
then
|
then
|
||||||
if [ $STATUS_CMD == "Playing" ]
|
if [ $STATUS_CMD == "Playing" ]
|
||||||
then
|
then
|
||||||
echo -e $ICON_PLAYING $(gpmdp-remote current)
|
echo -e $ICON_PLAYING $(gpmdp-remote current)
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in New Issue