GetMem fix
This commit is contained in:
parent
14fce9786e
commit
8a789784cc
3 changed files with 28 additions and 30 deletions
20
config.h
20
config.h
|
@ -13,16 +13,16 @@ typedef struct {
|
|||
#define PC_CHAR "%"
|
||||
|
||||
static PARAMETR CONFIG[] = {
|
||||
{" OS ", PrintOs},
|
||||
{" KERNEL ", GetKernel},
|
||||
{" USER ", GetUser},
|
||||
{" UPTIME ", GetUptime},
|
||||
{" ARCH ", GetArch},
|
||||
{" SHELL ", GetShell},
|
||||
{" PKGS ", GetPkg},
|
||||
{" RAM ", GetMem},
|
||||
{" ", Blank},
|
||||
{" COLORS ", PrintColors}
|
||||
{" OS ", PrintOs},
|
||||
{" KERNEL ", GetKernel},
|
||||
{" USER ", GetUser},
|
||||
{" UPTIME ", GetUptime},
|
||||
{" ARCH ", GetArch},
|
||||
{" SHELL ", GetShell},
|
||||
{" PKGS ", GetPkg},
|
||||
{" RAM ", GetMem},
|
||||
{" ", Blank},
|
||||
{" COLORS ", PrintColors}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue