diff --git a/neofetch b/neofetch index 91a83e74..ad707f5e 100755 --- a/neofetch +++ b/neofetch @@ -1250,7 +1250,7 @@ get_memory() { mem_used="$((mem_total - mem_free))" ;; esac - memory="${mem_used}MB / ${mem_total}MB" + memory="${mem_used}MiB / ${mem_total}MiB" # Bars. case "$memory_display" in