updated nerd icon for GPU

This commit is contained in:
2026-05-04 17:35:16 +03:00
parent c296f7f0a5
commit 85e0cae5ce
+1 -1
View File
@@ -61,7 +61,7 @@ int main (int argc, const char *argv[]) {
cout << colorBLUE << "\t\t uptime:\t" << colorRESET << getUptime() << "\n"; cout << colorBLUE << "\t\t uptime:\t" << colorRESET << getUptime() << "\n";
cout << colorMAGENTA << "\t\t shell:\t" << colorRESET << getShell() << "\n"; cout << colorMAGENTA << "\t\t shell:\t" << colorRESET << getShell() << "\n";
cout << colorYELLOW <<"\t\t󰍛 CPU: \t" << colorRESET << getCPU() << "\n"; cout << colorYELLOW <<"\t\t󰍛 CPU: \t" << colorRESET << getCPU() << "\n";
cout << colorYELLOW <<"\t\t GPU: \t" << colorRESET << getGPU() << "\n"; cout << colorYELLOW <<"\t\t󰾲 GPU: \t" << colorRESET << getGPU() << "\n";
cout << colorRED << "\t\t RAM: \t" << colorRESET << getRAM() << "\n"; cout << colorRED << "\t\t RAM: \t" << colorRESET << getRAM() << "\n";
return 0; return 0;