kfetch/config.h

18 lines
177 B
C
Raw Normal View History

2023-10-18 21:16:57 +00:00
#ifndef CONFIG_H
#define CONFIG_H
void (*FUNCS[])(void) = {
PrintOs,
GetAvg,
GetKernel,
GetShell,
GetUptime,
GetUser,
GetPkgs,
GetArch,
Blank,
PrintColors
};
#endif