diff options
author | Joe <rbo@gmx.us> | 2024-12-24 21:54:59 +0100 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-12-24 21:54:59 +0100 |
commit | 4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f (patch) | |
tree | 784b8b42a7fb2172414a397b72bdac37c6f87de9 /.local/bin/status/sb-memory | |
parent | up (diff) | |
download | dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.gz dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.bz2 dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.xz dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.tar.zst dotfiles-bsd-4cf337b4f25b91eeb763e3ddf6b86252a0afbc9f.zip |
status up
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))"%"}' |