Commit 6e288c07 authored by Dylan's avatar Dylan

Cleanup

parent 2e3e3271
...@@ -1891,8 +1891,8 @@ getwallpaper () { ...@@ -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."
} }
# }}} # }}}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment