This commit is contained in:
Your Name 2023-11-02 18:19:43 +03:00
parent 135a196f9a
commit dfa1d3ad24
3 changed files with 44 additions and 5 deletions

View file

@ -13,11 +13,14 @@ typedef struct {
#define PC_CHAR "%"
static PARAMETR CONFIG[] = {
{"Krnl ", GetKernel},
{"User ", GetUser},
{"Os ", PrintOs},
{" ", Blank},
{" ", PrintColors}
{"Os > ", PrintOs},
{"Krnl > ", GetKernel},
{"User > ", GetUser},
{"Uptm > ", GetUptime},
{"Arch > ", GetArch},
{"Shll > ", GetShell},
{" ", Blank},
{" ", PrintColors}
};
#endif