diff --git a/themes/1_shell.omp.json b/themes/1_shell.omp.json index dabeaa0f..f1a60307 100644 --- a/themes/1_shell.omp.json +++ b/themes/1_shell.omp.json @@ -69,7 +69,7 @@ { "foreground": "#94ffa2", "style": "diamond", - "template": " <#ffffff>MEM: {{ round .PhysicalPercentUsed .Precision }}% ({{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB)", + "template": " <#ffffff>MEM: {{ round .PhysicalPercentUsed .Precision }}% ({{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB)", "type": "sysinfo" } ], diff --git a/themes/di4am0nd.omp.json b/themes/di4am0nd.omp.json index a168d2cc..4d2a75d4 100644 --- a/themes/di4am0nd.omp.json +++ b/themes/di4am0nd.omp.json @@ -46,7 +46,7 @@ { "foreground": "#85C980", "style": "diamond", - "template": "RAM:{{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ", + "template": "RAM:{{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ", "trailing_diamond": " ", "type": "sysinfo" }, diff --git a/themes/easy-term.omp.json b/themes/easy-term.omp.json index f3701f2c..f40bcebc 100644 --- a/themes/easy-term.omp.json +++ b/themes/easy-term.omp.json @@ -79,7 +79,7 @@ { "foreground": "#81ff91", "style": "diamond", - "template": "<#cc7eda> \u007C <#7eb8da>RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB", + "template": "<#cc7eda> \u007C <#7eb8da>RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB", "type": "sysinfo" }, { diff --git a/themes/if_tea.omp.json b/themes/if_tea.omp.json index ce6c7e98..8240803b 100644 --- a/themes/if_tea.omp.json +++ b/themes/if_tea.omp.json @@ -44,7 +44,7 @@ "background": "#00c7fc", "foreground": "#000000", "style": "diamond", - "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ", + "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ", "trailing_diamond": "\ue0b2", "type": "sysinfo" }, diff --git a/themes/illusi0n.omp.json b/themes/illusi0n.omp.json index eaefa161..e13d8371 100644 --- a/themes/illusi0n.omp.json +++ b/themes/illusi0n.omp.json @@ -12,7 +12,7 @@ { "foreground": "#ff8800", "style": "diamond", - "template": "{{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ", + "template": "{{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB ", "type": "sysinfo" } ], diff --git a/themes/tokyo.omp.json b/themes/tokyo.omp.json index e7fc64b3..dbc0e110 100644 --- a/themes/tokyo.omp.json +++ b/themes/tokyo.omp.json @@ -31,7 +31,7 @@ { "foreground": "#be9ddf", "style": "diamond", - "template": "[<#ffffff>\ue266 RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB]", + "template": "[<#ffffff>\ue266 RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB]", "type": "sysinfo" }, { diff --git a/themes/wholespace.omp.json b/themes/wholespace.omp.json index 11ef4ad5..1f00aee3 100644 --- a/themes/wholespace.omp.json +++ b/themes/wholespace.omp.json @@ -42,7 +42,7 @@ "background": "#516BEB", "foreground": "#ffffff", "style": "diamond", - "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalFreeMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ", + "template": "RAM: {{ (div ((sub .PhysicalTotalMemory .PhysicalAvailableMemory)|float64) 1073741824.0) }}/{{ (div .PhysicalTotalMemory 1073741824.0) }}GB \ue266 ", "trailing_diamond": "\ue0b2", "type": "sysinfo" },