Cleanup
This commit is contained in:
parent
2e3e327190
commit
6e288c0789
4
neofetch
4
neofetch
|
@ -1891,8 +1891,8 @@ getwallpaper () {
|
||||||
# If img is an xml file don't use it.
|
# If img is an xml file don't use it.
|
||||||
[ "${img/*\./}" == "xml" ] && img=""
|
[ "${img/*\./}" == "xml" ] && img=""
|
||||||
|
|
||||||
[ -z "$img" ] && \
|
# Error msg
|
||||||
err "Wallpaper detection failed, falling back to ascii mode."
|
[ -z "$img" ] && err "Wallpaper detection failed, falling back to ascii mode."
|
||||||
}
|
}
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Reference in New Issue