mirror of
https://github.com/JanDeDobbeleer/oh-my-posh.git
synced 2025-03-05 20:49:04 -08:00
theme(1_shell): remove incorrect CPU indication
This commit is contained in:
parent
575c1f31a0
commit
a0fb4af0ff
|
@ -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"
|
||||
}
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue