Song: Fix typo
This commit is contained in:
parent
0bca00a116
commit
7f5554ac6c
1 changed files with 1 additions and 1 deletions
2
neofetch
2
neofetch
|
@ -1337,7 +1337,7 @@ get_song() {
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
[[ "$(trim "$song")" = "-" ]] && unset -v song
|
[[ "$(trim "$song")" == "-" ]] && unset -v song
|
||||||
|
|
||||||
# Display Artist and Title on separate lines.
|
# Display Artist and Title on separate lines.
|
||||||
if [[ "$song_shorthand" == "on" ]]; then
|
if [[ "$song_shorthand" == "on" ]]; then
|
||||||
|
|
Loading…
Reference in a new issue