This commit is contained in:
Your Name 2023-12-28 16:21:23 +03:00
parent 7f7ca8c507
commit 22c4e8cdb0
5 changed files with 47 additions and 19 deletions

View file

@ -14,17 +14,17 @@ typedef struct {
#ifdef _MAIN_H
PARAMETR CONFIG[] = {
{" --- ", GetUser},
{"\033[31m  ", PrintOs},
{"\033[32m  ", GetKernel},
{"\033[33m  ", GetUser},
{"\033[34m  ", GetUptime},
{"\033[35m  ", GetArch},
{"\033[36m  ", GetShell},
{"\033[37m  ", GetPkg},
{"\033[38m  ", GetMem},
{" ", Blank},
{" ", PrintColors}
{" ", PrintOs},
{"", GetKernel},
{"", GetUser},
{"", GetUptime},
{"", GetArch},
{"", GetShell},
{"", GetPkg},
{"", GetMem},
{"", GetModel},
{" ", Blank},
{" ", PrintColors}
};
#endif