linux mint add

This commit is contained in:
Your Name 2024-01-15 21:37:52 +03:00
parent 363cd4c1d1
commit bdfb4b6423
4 changed files with 46 additions and 0 deletions

View file

@ -47,5 +47,7 @@ int GetModel(const char *title, const FETCH fetch);
int GetHostname(const char *title, const FETCH fetch);
int GetAVG(const char *title, const FETCH fetch);
int GetBattery(const char *title, const FETCH fetch);
int Execute(const char *title, const FETCH fetch);
int eBlank(const char *title, const FETCH fetch);
#endif

View file

@ -90,6 +90,18 @@ char *Ubuntu[] = {
" ",
};
char *Lmint[] = {
" ",
"\033[1;32m _____________ ",
"\033[1;32m |_ \\ ",
"\033[1;32m | | _____ | ",
"\033[1;32m | | | | | | ",
"\033[1;32m | | | | | | ",
"\033[1;32m | \\_____/ | ",
"\033[1;32m \\___________/ ",
" "
};
char *Unknow[] = {
"\033[1;36m ___ ",
"\033[1;36m (\033[0m..\033[1;36m | ",