main.c fix logo print
This commit is contained in:
parent
e59cd1d2a0
commit
2f88885982
3 changed files with 14 additions and 8 deletions
4
config.h
4
config.h
|
@ -9,7 +9,7 @@ typedef struct {
|
|||
} PARAMETR;
|
||||
|
||||
/* Config, EDIT THERE */
|
||||
#define FONT_COLOR "\033[37m"
|
||||
#define FONT_COLOR "\033[1;37m"
|
||||
#define PC_CHAR "%"
|
||||
|
||||
#ifdef _MAIN_H
|
||||
|
@ -21,7 +21,7 @@ PARAMETR CONFIG[] = {
|
|||
{" ARCH ", GetArch},
|
||||
{" SHELL ", GetShell},
|
||||
{" PKGS ", GetPkg},
|
||||
{" RAM ", GetMem},
|
||||
{" MEM ", GetMem},
|
||||
{" ", Blank},
|
||||
{" COLORS ", PrintColors}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue