From 4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f Mon Sep 17 00:00:00 2001 From: Joe Date: Tue, 24 Dec 2024 21:54:59 +0100 Subject: status up --- .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 a8ba56f..0786b85 100755 --- a/.local/bin/status/sb-memory +++ b/.local/bin/status/sb-memory @@ -1,6 +1,6 @@ #!/bin/sh -echo -n "^c#b8bb26^﬙ " +echo -n "^c#b8bb26^ " case $(hostname -s) in mother|po-rbo) free | sed -n '2p' | awk '{print int(100 - ($7 * 100 / $2))"%"}' -- cgit v1.2.3