add themes

This commit is contained in:
Your Name 2024-01-03 15:09:07 +03:00
parent 7ab3e8ef0c
commit a3a17c2b8b
11 changed files with 163 additions and 26 deletions

View file

@ -1,5 +1,5 @@
#ifndef _FUNCS_H
#define _FUNCS_H
#ifndef _FETCH_H
#define _FETCH_H
#include <time.h>
#include <sys/utsname.h>
@ -36,7 +36,6 @@ int GetOs(char *os_name, size_t len);
void GetArt(FETCH *fetch, int flag);
int GetKernel(const char *title, const FETCH fetch);
int PrintOs(const char *title, const FETCH fetch);
int PrintColors(const char *title, const FETCH fetch);
int Blank(const char *title, const FETCH fetch);
int GetUser(const char *title, const FETCH fetch);
int GetUptime(const char *title, const FETCH fetch);
@ -46,5 +45,6 @@ int GetPkg(const char *title, const FETCH fetch);
int GetMem(const char *title, const FETCH fetch);
int GetModel(const char *title, const FETCH fetch);
int GetHostname(const char *title, const FETCH fetch);
int GetAVG(const char *title, const FETCH fetch);
#endif

View file

@ -102,3 +102,4 @@ char *Unknow[] = {
};
#endif