blob: 6c32790ecebda92a7ff83f0f1b6f19988234834d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
### V # ASCII # V ###
ascii=ascii.txt # ascii text file.
### V # TEXT FORMAT # V ###
st_title="1" # title first ANSI argument; e.g. bold.
st_body="0" # body first ANSI argument; e.g. bold.
st_ascii="0" # ascii first ANSI argument; e.g. bold.
nd_title="97" # title second ANSI argument; e.g. color.
nd_body="0" # body second ANSI argument; e.g. color.
nd_ascii="97" # ascii second ANSI argument; e.g. color.
### V # PRINT FORMAT (TEXT) # V ###
x_padding="1" # spaces from ascii.
y_padding="0" # lines from top.
### read the README.md for instructions ###
# https://github.com/davyidx/attosfetch
|