mirror of
https://github.com/Dr-Noob/cpufetch.git
synced 2026-03-26 00:10:38 +01:00
Support for 4 colors with --color (2 for ascii, 2 for text)
This commit is contained in:
@@ -13,6 +13,6 @@ typedef int STYLE;
|
||||
#define STYLE_FANCY 0
|
||||
#define STYLE_RETRO 1
|
||||
|
||||
bool print_cpufetch(struct cpuInfo* cpu, struct cache* cach, struct frequency* freq, struct topology* topo, STYLE s, struct color* c1, struct color* c2);
|
||||
bool print_cpufetch(struct cpuInfo* cpu, struct cache* cach, struct frequency* freq, struct topology* topo, STYLE s, struct colors* cs);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user