fixed width issue
This commit is contained in:
parent
928c4fad89
commit
2f709b9bc0
3
styli.sh
3
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";
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user