From c9d7c39ae165ffcd9023be7b6dafe13da6a07832 Mon Sep 17 00:00:00 2001 From: GabriWar <72227489+GabriWar@users.noreply.github.com> Date: Wed, 17 Nov 2021 23:43:04 +0000 Subject: [PATCH] Update sb-memory --- .local/bin/statusbar/sb-memory | 1 - 1 file changed, 1 deletion(-) diff --git a/.local/bin/statusbar/sb-memory b/.local/bin/statusbar/sb-memory index 81eecf72..d9a59173 100755 --- a/.local/bin/statusbar/sb-memory +++ b/.local/bin/statusbar/sb-memory @@ -10,4 +10,3 @@ case $BLOCK_BUTTON in esac free --mebi | sed -n '2{p;q}' | awk '{printf (" %2.2fGiB/%2.2fGiB\n", ( $3 / 1024), ($2 / 1024))}' -'