Add ascii_bold which allows you to bold the ascii art
This commit is contained in:
parent
134146399a
commit
f63b3f3597
4 changed files with 30 additions and 8 deletions
|
|
@ -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 {{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue