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

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