fix
This commit is contained in:
parent
b88f882a17
commit
18697ea260
3 changed files with 24 additions and 32 deletions
18
config.h
18
config.h
|
@ -13,15 +13,15 @@ typedef struct {
|
|||
#define PC_CHAR "%"
|
||||
|
||||
static PARAMETR CONFIG[] = {
|
||||
{"Os ", PrintOs},
|
||||
{"Krnl ", GetKernel},
|
||||
{"User ", GetUser},
|
||||
{"Uptm ", GetUptime},
|
||||
{"Arch ", GetArch},
|
||||
{"Shll ", GetShell},
|
||||
{"Pkgs ", GetPkg},
|
||||
{" ", Blank},
|
||||
{" ", PrintColors}
|
||||
{" OS ", PrintOs},
|
||||
{" KERNEL ", GetKernel},
|
||||
{" USER ", GetUser},
|
||||
{" UPTIME ", GetUptime},
|
||||
{" ARCH ", GetArch},
|
||||
{" SHELL ", GetShell},
|
||||
{" PKGS ", GetPkg},
|
||||
{"", Blank},
|
||||
{"", PrintColors}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue