From b4215a890783abd9ef645331ee0d86f7ef5ff392 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 25 Sep 2019 10:00:25 +0300 Subject: [PATCH] docs: update --- pfetch | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pfetch b/pfetch index c946e80..8553179 100755 --- a/pfetch +++ b/pfetch @@ -398,6 +398,9 @@ get_ascii() { # an ascii file from 'stdin'. It allows for the use # of '<<-EOF' to prevent the break in indentation in # this source code. + # + # This function also sets the text colors according + # to the ascii color. read_ascii() { # 'PF_COL1': Set the info name color according to ascii color. # 'PF_COL3': Set the title color to some other color. ¯\_(ツ)_/¯