Commit fae12fad authored by Dylan Araps's avatar Dylan Araps

Memory: Change label to MiB from MB

parent 461bbb7b
...@@ -1250,7 +1250,7 @@ get_memory() { ...@@ -1250,7 +1250,7 @@ get_memory() {
mem_used="$((mem_total - mem_free))" mem_used="$((mem_total - mem_free))"
;; ;;
esac esac
memory="${mem_used}MB / ${mem_total}MB" memory="${mem_used}MiB / ${mem_total}MiB"
# Bars. # Bars.
case "$memory_display" in case "$memory_display" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment