From 431644d61d4ff6b11bcb44b8b73a711f171d0a2b Mon Sep 17 00:00:00 2001 From: dylan araps Date: Thu, 31 Dec 2015 12:39:46 +1100 Subject: [PATCH] Saner default for padding --- Readme.md | 1 + fetch.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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 # }}}