This commit is contained in:
Your Name 2024-01-03 13:18:43 +03:00
parent d63feaa864
commit 69ddc38152
5 changed files with 41 additions and 42 deletions

View file

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