diff --git a/styli.sh b/styli.sh index bb13aca..1d098dd 100755 --- a/styli.sh +++ b/styli.sh @@ -55,7 +55,8 @@ then reddit feh --bg-scale wallpaper.jpg else - if [ ! -z $height ]; then + if [ ! -z $height ] || [ ! -z $width ]; then + echo debug link="${link}${width}x${height}"; else link="${link}1920x1080"; diff --git a/wallpaper b/wallpaper new file mode 100644 index 0000000..f4fbe95 Binary files /dev/null and b/wallpaper differ