diff options
Diffstat (limited to '.local/bin/status/sb-memory')
-rwxr-xr-x | .local/bin/status/sb-memory | 2 |
1 files changed, 1 insertions, 1 deletions
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))"%"}' |