Saner default for padding

This commit is contained in:
dylan araps 2015-12-31 12:39:46 +11:00
parent e3780099f4
commit 431644d61d
2 changed files with 2 additions and 1 deletions

View File

@ -121,6 +121,7 @@ Here's what's on my todo list
- Finish adding an option to smart crop images with plain color backgrounds. - Finish adding an option to smart crop images with plain color backgrounds.
<br/>What this means is that your solid bg waifu wallpaper will be cropped around <br/>What this means is that your solid bg waifu wallpaper will be cropped around
<br/>your waifu no matter where she is in the image. <br/>your waifu no matter where she is in the image.
- Cleanup
## Customization ## Customization

View File

@ -61,7 +61,7 @@ clear=$(tput sgr0)
# Amount of left padding to use when images are disabled. # Amount of left padding to use when images are disabled.
# The variable takes a count of spaces. So a value of 10 # The variable takes a count of spaces. So a value of 10
# will pad the text to the right 10 spaces. # will pad the text to the right 10 spaces.
padding=10 padding=0
# }}} # }}}