From 21b0899290fc30bbe5fa5321ebdf549615691075 Mon Sep 17 00:00:00 2001 From: exhq Date: Thu, 7 Mar 2024 11:03:34 +0330 Subject: [PATCH] where the fuck is the cpu --- main.go | 1 + 1 file changed, 1 insertion(+) diff --git a/main.go b/main.go index 9efe10e..1e3b302 100644 --- a/main.go +++ b/main.go @@ -78,6 +78,7 @@ func handlePrint(action, format string, rest string) { }, "hostname": func() string { return data.Unamebs("-n") }, "kernelname": func() string { return data.Unamebs("-s") }, + "CPU": data.GetGPU, "GPU": data.GetGPU, "shell": func() string { return getShellVersion(data.GetShell()) }, "terminal": data.GetTerminal,