Images: Fix cd error

This commit is contained in:
Dylan Araps 2017-01-26 18:37:13 +11:00
parent ac7fe31904
commit 58a57bb153
1 changed files with 1 additions and 1 deletions

View File

@ -2075,7 +2075,7 @@ get_ascii() {
get_image_source() {
case "$image_source" in
"auto" | "wallpaper")
"auto" | "wall" | "wallpaper")
get_wallpaper 2>/dev/null
;;