diff options
Diffstat (limited to 'src/cfetch.c')
| -rw-r--r-- | src/cfetch.c | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/src/cfetch.c b/src/cfetch.c index caabbc9..66d115d 100644 --- a/src/cfetch.c +++ b/src/cfetch.c @@ -25,10 +25,22 @@ int main(void) { // set systeminformation // use // to uncomment or comment - get_os(&info); - get_memory(&info); + // get_os: Ubuntu <version> + // get_host: Laptop name? Precision 7680 + get_kernel(&info); + // get_uptime + // get_packages + // get_shell + // get_resolution + // get_de + // get_wm + // get_terminal get_cpu(&info); + //get_gpu + get_memory(&info); + print_ascii_art(&info, art_logo); + // get_colours ? return 0; } |
