This commit is contained in:
Dylan 2016-04-24 14:16:38 +10:00
parent 2e3e327190
commit 6e288c0789
1 changed files with 2 additions and 2 deletions

View File

@ -1891,8 +1891,8 @@ getwallpaper () {
# If img is an xml file don't use it.
[ "${img/*\./}" == "xml" ] && img=""
[ -z "$img" ] && \
err "Wallpaper detection failed, falling back to ascii mode."
# Error msg
[ -z "$img" ] && err "Wallpaper detection failed, falling back to ascii mode."
}
# }}}