Memory: Change label to MiB from MB
This commit is contained in:
parent
461bbb7b7e
commit
fae12fadf2
1 changed files with 1 additions and 1 deletions
2
neofetch
2
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
|
||||
|
|
Loading…
Reference in a new issue