diff --git a/Readme.md b/Readme.md index f2159b27..5b76449a 100644 --- a/Readme.md +++ b/Readme.md @@ -121,6 +121,7 @@ Here's what's on my todo list - Finish adding an option to smart crop images with plain color backgrounds.
What this means is that your solid bg waifu wallpaper will be cropped around
your waifu no matter where she is in the image. +- Cleanup ## Customization diff --git a/fetch.sh b/fetch.sh index a57e62ff..fbcd1763 100755 --- a/fetch.sh +++ b/fetch.sh @@ -61,7 +61,7 @@ clear=$(tput sgr0) # Amount of left padding to use when images are disabled. # The variable takes a count of spaces. So a value of 10 # will pad the text to the right 10 spaces. -padding=10 +padding=0 # }}}