Saner default for padding

master
dylan araps 10 years ago
parent e3780099f4
commit 431644d61d
  1. 1
      Readme.md
  2. 2
      fetch.sh

@ -121,6 +121,7 @@ Here's what's on my todo list
- 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/>your waifu no matter where she is in the image.
- Cleanup
## Customization

@ -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
# }}}

Loading…
Cancel
Save