arch logo added

This commit is contained in:
2026-05-24 22:13:05 +03:00
parent 01fcee75d1
commit 32ac411e0b
+17 -16
View File
@@ -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",
" /''''''''''''/ ",
" /''''''''''''/ ",
" /''''''/ ",
"/''''''/ ",
"\\......\\ ",
" \\......\\ ",
" \\.............../",
" \\............./",
" /''''''''''''/ ",
" /''''''''''''/ ",
" /''''''/ ",
"/''''''/ ",
"\\......\\ ",
" \\......\\ ",
" \\.............../ ",
" \\............./ "
}
};