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] = { string asciiArts[][9] = {
{ {
"arch", "arch",
" /\\ ", " /\\ ",
" / \\ ", " / \\ ",
" / \\ ", " / \\ ",
" / \\ ", " / \\ ",
" / ,, \\ ", " / ,, \\ ",
" / | | \\ ", " / | | \\ ",
"/_-'' ''-_\\ ", "/_-'' ''-_\\",
" " " "
}, },
{ {
"cachyos", "cachyos",
" /''''''''''''/ ", " /''''''''''''/ ",
" /''''''''''''/ ", " /''''''''''''/ ",
" /''''''/ ", " /''''''/ ",
"/''''''/ ", "/''''''/ ",
"\\......\\ ", "\\......\\ ",
" \\......\\ ", " \\......\\ ",
" \\.............../ ", " \\.............../",
" \\............./ " " \\............./ "
}, },
{ {
"debian", "debian",
" _____ ", " _____ ",
" / __ \\ ", " / __ \\",
"| / | ", "| / |",
"| \\___- ", "| \\___-",
"-_ ", "-_ ",
" --_ ", " --_ ",
" ", " ",
" " " "
} }
}; };