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