From 85a36ae7efc4f9c45ba52000b15f04b29bda9ff8 Mon Sep 17 00:00:00 2001 From: Samisafool Date: Thu, 16 Jun 2022 17:10:59 +0530 Subject: [PATCH] fix spelling of temperature --- presets/verbose | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presets/verbose b/presets/verbose index a6f4b307d..6c8b92a13 100644 --- a/presets/verbose +++ b/presets/verbose @@ -17,7 +17,7 @@ --cursor-format "Theme: {}; Size: {}" --terminal-format "Process: {}; Path: {}; Exe: {}" --terminal-font-format "Raw: {}; Name: {}; Size: {}; Styles: {}; Pretty: {}" ---cpu-format "Name: {}; Pretty: {}; Vendor: {}; Logical online: {}; Logical configured: {}; Physical: {}; Cores: {}; bios: {}; temperatur: {}; scaling max: {}; scaling min: {}; info max: {}; info min: {}; cpuinfo: {}; frequency: {}" +--cpu-format "Name: {}; Pretty: {}; Vendor: {}; Logical online: {}; Logical configured: {}; Physical: {}; Cores: {}; bios: {}; temperature: {}; scaling max: {}; scaling min: {}; info max: {}; info min: {}; cpuinfo: {}; frequency: {}" --cpu-usage-format "Percentage: {}" --gpu-format "Vendor: {}; Vendor pretty: {}; Name: {}; Name pretty: {}; Driver: {}" --memory-format "Used: {}; Total: {}; Percentage: {}"