Add ascii_bold which allows you to bold the ascii art

This commit is contained in:
Dylan
2016-05-15 01:13:33 +10:00
parent 134146399a
commit f63b3f3597
4 changed files with 30 additions and 8 deletions

View File

@@ -358,6 +358,12 @@ ascii_colors=(distro)
# --ascii_logo_size small, normal
ascii_logo_size="normal"
# Bold ascii logo
# Whether or not to bold the ascii logo.
# --ascii_bold on/off
ascii_bold="off"
# }}}
# Scrot Options {{{