Add an option to supply custom ASCII art.

This commit is contained in:
Valérian Galliat
2014-11-30 10:01:20 +01:00
parent 0f4739e669
commit 03741d577a
3 changed files with 16 additions and 1 deletions

View File

@@ -80,6 +80,12 @@ ASCII logo colors and the label colors. The second argument
controls the colors of the information found. One argument may be
used without the other.
.TP
.B \-a 'PATH'
You can specify a custom ASCII art by passing the path to a Bash script,
defining \fBstartline\fR and \fBfulloutput\fR variables, and optionally
\fBlabelcolor\fR and \fBtextcolor\fR. See the \fBasciiText\fR function
in the source code for more informations on the variables format.
.TP
.B \-S 'COMMAND'
Here you can specify a custom screenshot command for
the script to execute. Surrounding quotes are required.