1
0
Fork 0
dotfiles/.local/bin/statusbar/sb-memory
Luca Bilke 0555146aed various changes
various changes
2022-08-22 20:33:58 +02:00

2 lines
130 B
Bash
Executable file

#!/bin/sh
free --mebi | sed -n '2{p;q}' | awk '{printf ("\033[11m\033[10m %2.2fGiB / %2.2fGiB\n", ( $3 / 1024), ($2 / 1024))}'