From 32ac411e0b819bf5c7a9dfe3a45d6e45c204c060 Mon Sep 17 00:00:00 2001 From: murat Date: Sun, 24 May 2026 22:13:05 +0300 Subject: [PATCH] arch logo added --- main.cpp | 33 +++++++++++++++++---------------- 1 file changed, 17 insertions(+), 16 deletions(-) diff --git a/main.cpp b/main.cpp index 3d6808c..ea65009 100644 --- a/main.cpp +++ b/main.cpp @@ -69,6 +69,7 @@ int main () { cout << colorRED << "\t\t RAM: \t" << colorRESET << getRAM() << "\n"; cout << colorBLUE << "\t\t OS Date:\t" << colorRESET << getOsDate() << "\n"; + cout << "\n\n"; distroArt(); return 0; @@ -157,25 +158,25 @@ void distroArt() { string asciiArts[][9] = { { "arch", - "", - "", - "", - "", - "", - "", - "", - "", + " /\\ ", + " / \\ ", + " / \\ ", + " / \\ ", + " / ,, \\ ", + " / | | \\ ", + "/_-'' ''-_\\ ", + " " }, { "cachyos", - " /''''''''''''/ ", - " /''''''''''''/ ", - " /''''''/ ", - "/''''''/ ", - "\\......\\ ", - " \\......\\ ", - " \\.............../", - " \\............./", + " /''''''''''''/ ", + " /''''''''''''/ ", + " /''''''/ ", + "/''''''/ ", + "\\......\\ ", + " \\......\\ ", + " \\.............../ ", + " \\............./ " } };