Загрузить файлы в «/»

This commit is contained in:
8nlight 2023-10-07 19:14:22 +03:00
parent e4b10c792f
commit ceee369c0b
1 changed files with 1 additions and 1 deletions

View File

@ -184,7 +184,7 @@ LOGO GetArt(void) {
art.size = sizeof(Arch) / sizeof(char *);
art.pkg_cmd = "pacman -Qq | wc -l";
art.art = Arch;
art.color = "\033[0;34";
art.color = "\033[0;34m";
}
}