spacing fix for logos

This commit is contained in:
2026-05-25 19:38:13 +03:00
parent 3349a53f53
commit 102968d765
+24 -24
View File
@@ -189,36 +189,36 @@ std::vector<string> distroArt() {
string asciiArts[][9] = {
{
"arch",
" /\\ ",
" / \\ ",
" / \\ ",
" / \\ ",
" / ,, \\ ",
" / | | \\ ",
"/_-'' ''-_\\ ",
" "
" /\\ ",
" / \\ ",
" / \\ ",
" / \\ ",
" / ,, \\ ",
" / | | \\ ",
"/_-'' ''-_\\",
" "
},
{
"cachyos",
" /''''''''''''/ ",
" /''''''''''''/ ",
" /''''''/ ",
"/''''''/ ",
"\\......\\ ",
" \\......\\ ",
" \\.............../ ",
" \\............./ "
" /''''''''''''/ ",
" /''''''''''''/ ",
" /''''''/ ",
"/''''''/ ",
"\\......\\ ",
" \\......\\ ",
" \\.............../",
" \\............./ "
},
{
"debian",
" _____ ",
" / __ \\ ",
"| / | ",
"| \\___- ",
"-_ ",
" --_ ",
" ",
" "
" _____ ",
" / __ \\",
"| / |",
"| \\___-",
"-_ ",
" --_ ",
" ",
" "
}
};