From d3658e659e6bc055ea24940c11f1c372be769277 Mon Sep 17 00:00:00 2001 From: clux Date: Mon, 15 Jul 2024 20:07:17 +0100 Subject: [PATCH] fastfetch: cpu module split physical / logical Signed-off-by: clux --- config/fastfetch/hw.jsonc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/fastfetch/hw.jsonc b/config/fastfetch/hw.jsonc index cc85a69..9b1e2b4 100644 --- a/config/fastfetch/hw.jsonc +++ b/config/fastfetch/hw.jsonc @@ -28,7 +28,7 @@ "type": "cpu", "key": "󰻠", // NB: mac does not have freq-base - "format": "{name} ({cores-online}/{cores-logical}) @ {freq-max} GHz ({temperature})", + "format": "{name} ({cores-physical}/{cores-logical}) @ {freq-max} GHz ({temperature})", "keyColor": "yellow", "temp": true },