diff --git a/neofetch b/neofetch index ad707f5e..647cdad9 100755 --- a/neofetch +++ b/neofetch @@ -1248,9 +1248,10 @@ get_memory() { mem_total="${mem_stat[11]/.*}" mem_free="${mem_stat[16]/.*}" mem_used="$((mem_total - mem_free))" + mem_label="MB" ;; esac - memory="${mem_used}MiB / ${mem_total}MiB" + memory="${mem_used}${mem_label:-MiB} / ${mem_total}${mem_label:-MiB}" # Bars. case "$memory_display" in