arch logo added

This commit is contained in:
2026-05-24 22:13:05 +03:00
parent 01fcee75d1
commit 32ac411e0b
+11 -10
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,14 +158,14 @@ void distroArt() {
string asciiArts[][9] = {
{
"arch",
"",
"",
"",
"",
"",
"",
"",
"",
" /\\ ",
" / \\ ",
" / \\ ",
" / \\ ",
" / ,, \\ ",
" / | | \\ ",
"/_-'' ''-_\\ ",
" "
},
{
"cachyos",
@@ -174,8 +175,8 @@ void distroArt() {
"/''''''/ ",
"\\......\\ ",
" \\......\\ ",
" \\.............../",
" \\............./",
" \\.............../ ",
" \\............./ "
}
};