From 01fb0f0361e3a9085f977eeb328590a1bdf2b7e8 Mon Sep 17 00:00:00 2001 From: Joe Date: Wed, 17 Aug 2022 11:20:48 +0200 Subject: update --- .local/bin/status/sb-memory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin/status/sb-memory') diff --git a/.local/bin/status/sb-memory b/.local/bin/status/sb-memory index 0a9221c..2ab06bd 100755 --- a/.local/bin/status/sb-memory +++ b/.local/bin/status/sb-memory @@ -1,3 +1,3 @@ #!/bin/sh -freecolor -o | sed -n '2p' | awk '{printf ("﬙ %2.2fGB/%2.2fGB\n", ($3 / (1024 ^ 2)), ($2 / (1024 ^ 2)))}' +freecolor -o | sed -n '2p' | awk '{printf ("﬙ %2.2fG/%2.2fG\n", ($3 / (1024 ^ 2)), ($2 / (1024 ^ 2)))}' -- cgit v1.2.3