From a0fb4af0ff12591e9c5bf1fc25d39906e5ddaa2c Mon Sep 17 00:00:00 2001 From: orionsource <38093786+oriionn@users.noreply.github.com> Date: Thu, 14 Sep 2023 21:13:13 +0200 Subject: [PATCH] theme(1_shell): remove incorrect CPU indication --- themes/1_shell.omp.json | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/themes/1_shell.omp.json b/themes/1_shell.omp.json index ceeba8c0..0e8f7d45 100644 --- a/themes/1_shell.omp.json +++ b/themes/1_shell.omp.json @@ -69,13 +69,7 @@ { "foreground": "#94ffa2", "style": "diamond", - "template": " <#ffffff>CPU: {{ round .PhysicalPercentUsed .Precision }}% ", - "type": "sysinfo" - }, - { - "foreground": "#81ff91", - "style": "diamond", - "template": "<#ffffff>\ue266 <#ffffff>RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB ", + "template": " <#ffffff>MEM: {{ round .PhysicalPercentUsed .Precision }}% ({{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB)", "type": "sysinfo" } ],