paleofetch

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit b1fadf40f4b8c31b569403dbf585074bb2913108
parent 4f685ba862b3148f0cf3d4c686e86ae992adb03d
Author: GOKOP <igorbugajski@protonmail.com>
Date:   Sun, 26 Apr 2020 21:23:07 +0200

added unicode block logo from reddit

Diffstat:
Alogos/arch3.h | 22++++++++++++++++++++++
1 file changed, 22 insertions(+), 0 deletions(-)

diff --git a/logos/arch3.h b/logos/arch3.h @@ -0,0 +1,22 @@ +// made by Reddit user LnLcFlx2 +char *LOGO[] = { +" ▄ ", +" ▟█▙ ", +" ▟███▙ ", +" ▟█████▙ ", +" ▟███████▙ ", +" ▂▔▀▜██████▙ ", +" ▟██▅▂▝▜█████▙ ", +" ▟█████████████▙ ", +" ▟███████████████▙ ", +" ▟█████████████████▙ ", +" ▟███████████████████▙ ", +" ▟█████████▛▀▀▜████████▙ ", +" ▟████████▛ ▜███████▙ ", +" ▟█████████ ████████▙ ", +" ▟██████████ █████▆▅▄▃▂ ", +" ▟██████████▛ ▜█████████▙ ", +" ▟██████▀▀▀ ▀▀██████▙ ", +" ▟███▀▘ ▝▀███▙ ", +" ▟▛▀ ▀▜▙ " +};