arch logo added
This commit is contained in:
@@ -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",
|
||||
" /''''''''''''/ ",
|
||||
" /''''''''''''/ ",
|
||||
" /''''''/ ",
|
||||
"/''''''/ ",
|
||||
"\\......\\ ",
|
||||
" \\......\\ ",
|
||||
" \\.............../",
|
||||
" \\............./",
|
||||
" /''''''''''''/ ",
|
||||
" /''''''''''''/ ",
|
||||
" /''''''/ ",
|
||||
"/''''''/ ",
|
||||
"\\......\\ ",
|
||||
" \\......\\ ",
|
||||
" \\.............../ ",
|
||||
" \\............./ "
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user