Misc: Remove stray line
This commit is contained in:
parent
ec830128c8
commit
3a2bcaebb9
1
neofetch
1
neofetch
|
@ -1144,7 +1144,6 @@ getsong() {
|
||||||
"cmus"*)
|
"cmus"*)
|
||||||
IFS=$'\n'
|
IFS=$'\n'
|
||||||
song=($(cmus-remote -Q | grep -F -e "tag artist" -e "tag title" -e "status" | sort))
|
song=($(cmus-remote -Q | grep -F -e "tag artist" -e "tag title" -e "status" | sort))
|
||||||
|
|
||||||
state="${song[0]/status }"
|
state="${song[0]/status }"
|
||||||
artist="${song[1]/tag artist }"
|
artist="${song[1]/tag artist }"
|
||||||
title="${song[2]/tag title }"
|
title="${song[2]/tag title }"
|
||||||
|
|
Reference in New Issue