fix
This commit is contained in:
parent
d63feaa864
commit
69ddc38152
5 changed files with 41 additions and 42 deletions
24
config.h
24
config.h
|
@ -10,21 +10,21 @@ typedef struct {
|
|||
|
||||
/* Config, EDIT THERE */
|
||||
#define FONT_COLOR "\033[1;37m"
|
||||
#define PC_CHAR "▂"
|
||||
#define PC_CHAR "<>"
|
||||
|
||||
#ifdef _MAIN_H
|
||||
PARAMETR CONFIG[] = {
|
||||
{" ", PrintOs},
|
||||
{" ", GetKernel},
|
||||
{" ", GetUser},
|
||||
{" ", GetUptime},
|
||||
{" ", GetArch},
|
||||
{" ", GetShell},
|
||||
{" ", GetPkg},
|
||||
{" ", GetMem},
|
||||
{" ", GetModel},
|
||||
{" ", Blank},
|
||||
{" ", PrintColors}
|
||||
{" os ", PrintOs},
|
||||
{" kr ", GetKernel},
|
||||
{" usr ", GetUser},
|
||||
{" upt ", GetUptime},
|
||||
{" arch ", GetArch},
|
||||
{" shl ", GetShell},
|
||||
{" pkg ", GetPkg},
|
||||
{" mem ", GetMem},
|
||||
{" mod ", GetModel},
|
||||
{" ", Blank},
|
||||
{" ", PrintColors}
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue