arch logo added
This commit is contained in:
@@ -69,6 +69,7 @@ int main () {
|
|||||||
cout << colorRED << "\t\t RAM: \t" << colorRESET << getRAM() << "\n";
|
cout << colorRED << "\t\t RAM: \t" << colorRESET << getRAM() << "\n";
|
||||||
cout << colorBLUE << "\t\t OS Date:\t" << colorRESET << getOsDate() << "\n";
|
cout << colorBLUE << "\t\t OS Date:\t" << colorRESET << getOsDate() << "\n";
|
||||||
|
|
||||||
|
cout << "\n\n";
|
||||||
distroArt();
|
distroArt();
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
@@ -157,14 +158,14 @@ void distroArt() {
|
|||||||
string asciiArts[][9] = {
|
string asciiArts[][9] = {
|
||||||
{
|
{
|
||||||
"arch",
|
"arch",
|
||||||
"",
|
" /\\ ",
|
||||||
"",
|
" / \\ ",
|
||||||
"",
|
" / \\ ",
|
||||||
"",
|
" / \\ ",
|
||||||
"",
|
" / ,, \\ ",
|
||||||
"",
|
" / | | \\ ",
|
||||||
"",
|
"/_-'' ''-_\\ ",
|
||||||
"",
|
" "
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"cachyos",
|
"cachyos",
|
||||||
@@ -174,8 +175,8 @@ void distroArt() {
|
|||||||
"/''''''/ ",
|
"/''''''/ ",
|
||||||
"\\......\\ ",
|
"\\......\\ ",
|
||||||
" \\......\\ ",
|
" \\......\\ ",
|
||||||
" \\.............../",
|
" \\.............../ ",
|
||||||
" \\............./",
|
" \\............./ "
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user