theme(1_shell): remove incorrect CPU indication

This commit is contained in:
orionsource 2023-09-14 21:13:13 +02:00 committed by GitHub
parent 575c1f31a0
commit a0fb4af0ff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,13 +69,7 @@
{ {
"foreground": "#94ffa2", "foreground": "#94ffa2",
"style": "diamond", "style": "diamond",
"template": " <#ffffff>CPU:</> {{ round .PhysicalPercentUsed .Precision }}% ", "template": " <#ffffff>MEM:</> {{ round .PhysicalPercentUsed .Precision }}% ({{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB)",
"type": "sysinfo"
},
{
"foreground": "#81ff91",
"style": "diamond",
"template": "<#ffffff>\ue266</> <#ffffff>RAM:</> {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1000000000.0) }}/{{ (div .PhysicalTotalMemory 1000000000.0) }}GB ",
"type": "sysinfo" "type": "sysinfo"
} }
], ],