aboutsummaryrefslogtreecommitdiff
path: root/.config/lemonblocks/modules/mem_usage.sh
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 16:41:50 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2021-04-08 16:41:50 +0530
commit6e9091e26593a145e6350a01bad53f26acea75a1 (patch)
tree2d841fa503d20560d2f6e57a33c8ded65d817be8 /.config/lemonblocks/modules/mem_usage.sh
parentf94c1202afce479d61ff833d8cd05fe417c98288 (diff)
pushing all the dotfiles again
Diffstat (limited to '.config/lemonblocks/modules/mem_usage.sh')
-rwxr-xr-x.config/lemonblocks/modules/mem_usage.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/.config/lemonblocks/modules/mem_usage.sh b/.config/lemonblocks/modules/mem_usage.sh
new file mode 100755
index 0000000..6b939eb
--- /dev/null
+++ b/.config/lemonblocks/modules/mem_usage.sh
@@ -0,0 +1,4 @@
+#!/bin/bash
+
+mem=$(free -m | grep Mem: | awk '{print$3 / $2 * 100}')
+printf " MEM: %.0f%% " $mem