add themes
This commit is contained in:
parent
7ab3e8ef0c
commit
a3a17c2b8b
11 changed files with 163 additions and 26 deletions
|
@ -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
|
||||
|
|
|
@ -102,3 +102,4 @@ char *Unknow[] = {
|
|||
};
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue