Saner default for padding
This commit is contained in:
parent
e3780099f4
commit
431644d61d
|
@ -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
|
||||||
|
|
2
fetch.sh
2
fetch.sh
|
@ -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
|
||||||
|
|
||||||
|
|
||||||
# }}}
|
# }}}
|
||||||
|
|
Reference in New Issue