diff --git a/fetchy.c b/fetchy.c index cbb3907..7296239 100644 --- a/fetchy.c +++ b/fetchy.c @@ -210,6 +210,10 @@ static char *get_gpu(char *gpu){ truncate_spaces_trailing(gpu); fclose(gpuName); + + + if(strstr(gpu, "VGA") + strcpy(gpu, "CPU's integrated graphics"); return gpu; }