summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorSaumit Dinesan <79687674+Saumit-D@users.noreply.github.com>2021-12-01 07:56:42 +0530
committerGitHub <noreply@github.com>2021-12-01 07:56:42 +0530
commit078015e36cd05e175ade9939c2b82a913f260106 (patch)
tree738ea5c536057bfcfdba2669bba0d0a316bb0c77 /scripts
parent94758f65dd60f40657c07a9efc13872c1a04650b (diff)
Update memory
Diffstat (limited to 'scripts')
-rw-r--r--scripts/memory2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/memory b/scripts/memory
index 01d3daf..45dde3e 100644
--- a/scripts/memory
+++ b/scripts/memory
@@ -9,4 +9,4 @@ case $BLOCK_BUTTON in
6) "$TERMINAL" -e "$EDITOR" "$0" ;;
esac
-free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠%2.2fGiB/%2.2fGiB\n", ( $3 / 1024), ($2 / 1024))}'
+free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠%2.1fGB/%2.1fGB\n", ( $3 / 1024), ($2 / 1024))}'