main.c fix logo print

This commit is contained in:
Your Name 2023-12-15 18:45:57 +03:00
parent e59cd1d2a0
commit 2f88885982
3 changed files with 14 additions and 8 deletions

View file

@ -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}
};