summaryrefslogtreecommitdiff
path: root/.scripts/memory
diff options
context:
space:
mode:
authorSaumit Dinesan <justsaumit@protonmail.com>2022-08-19 18:52:26 +0530
committerSaumit Dinesan <justsaumit@protonmail.com>2022-08-19 18:52:26 +0530
commitc3157fd295bfb41e74379549920c05951e1784e7 (patch)
tree6af909896eb314fa95a33cce88011cfd9fc1307f /.scripts/memory
parent0a8502de2456f83603c039025548791f650123be (diff)
script changes + wal template icon path update
Diffstat (limited to '.scripts/memory')
-rwxr-xr-x.scripts/memory2
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/memory b/.scripts/memory
index 56a236c..6a8fe0b 100755
--- 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.1fGB/16GB\n", ( $3 / 1024), ($2 / 1024))}'
+free --mebi | sed -n '2{p;q}' | awk '{printf ("🧠%2.1fGB/16GB\n", ( $3 / 1024))}'