summaryrefslogtreecommitdiff
path: root/paleofetch/logos/arch2.h
diff options
context:
space:
mode:
authorstkhan <personal@slickd.xyz>2021-04-21 19:36:08 +0000
committerstkhan <personal@slickd.xyz>2021-04-21 19:36:08 +0000
commit661cc0a02fb3d38440ad8c1e295fdbde9c1299d8 (patch)
treef66f68dc51e04a1cacb3d609be5fa0c83ba876c1 /paleofetch/logos/arch2.h
parentfe2168b902a1775ae50041710b79d7751237f1ce (diff)
Added paleofetch
Diffstat (limited to 'paleofetch/logos/arch2.h')
-rw-r--r--paleofetch/logos/arch2.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/paleofetch/logos/arch2.h b/paleofetch/logos/arch2.h
new file mode 100644
index 0000000..e06cfe2
--- /dev/null
+++ b/paleofetch/logos/arch2.h
@@ -0,0 +1,21 @@
+// And this was stolen from archey3
+char *LOGO[] = {
+ " + ",
+ " # ",
+ " ### ",
+ " ##### ",
+ " ###### ",
+ " ; #####; ",
+ " +##.##### ",
+ " +########## ",
+ " #############; ",
+ " ###############+ ",
+ " ####### ####### ",
+ " .######; ;###;`'. ",
+ " .#######; ;#####. ",
+ " #########. .########` ",
+ " ######' '###### ",
+ " ;#### ####; ",
+ " ##' '## ",
+ "#' `# "
+};