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))}' -'