From e366541d281eeb5c95dd8091ab93a7327b985fba Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 16 Aug 2022 22:17:09 +0200 Subject: updae --- .local/bin/status/sb-memory | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.local/bin') diff --git a/.local/bin/status/sb-memory b/.local/bin/status/sb-memory index b48d358..79049cb 100755 --- a/.local/bin/status/sb-memory +++ b/.local/bin/status/sb-memory @@ -1,3 +1,3 @@ #!/bin/sh -sysctl -n hw.usermem hw.realmem | xargs | awk '{printf ("﬙ %2.2fGiB/%2.2fGiB\n", ($1 / (1024 ^ 3)), ($2 / (1024 ^ 3)))}' +sysctl -n hw.usermem hw.physmem | xargs | awk '{printf ("﬙ %2.2fGiB/%2.2fGiB\n", ($1 / (1024 ^ 3)), ($2 / (1024 ^ 3)))}' -- cgit v1.2.3