From 85e0cae5ceda79d06aec4566bf69438f70beeffa Mon Sep 17 00:00:00 2001 From: murat Date: Mon, 4 May 2026 17:35:16 +0300 Subject: [PATCH] updated nerd icon for GPU --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.cpp b/main.cpp index 9f561f3..68623ce 100644 --- a/main.cpp +++ b/main.cpp @@ -61,7 +61,7 @@ int main (int argc, const char *argv[]) { cout << colorBLUE << "\t\t uptime:\t" << colorRESET << getUptime() << "\n"; cout << colorMAGENTA << "\t\t shell:\t" << colorRESET << getShell() << "\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"; return 0;