From bec891dac2cc69a75e4c5d273b4a1f3893f5b14b Mon Sep 17 00:00:00 2001 From: Gustaf Rydholm Date: Fri, 7 Jan 2022 17:06:45 +0100 Subject: Update statusbar scripts --- .local/bin/statusbar/sb-memory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/statusbar/sb-memory') diff --git a/.local/bin/statusbar/sb-memory b/.local/bin/statusbar/sb-memory index aeeffa2..d64f241 100755 --- a/.local/bin/statusbar/sb-memory +++ b/.local/bin/statusbar/sb-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\n", ( $3 / 1024))}' +free --mebi | sed -n '2{p;q}' | awk '{printf ("RAM: %2.2fGiB\n", ( $3 / 1024))}' -- cgit v1.2.3-70-g09d2