summaryrefslogtreecommitdiffstats
path: root/.local/bin/status/sb-memory
blob: 2ab06bd731ce6e87b98bde389506e7fa45aeaaab (plain)
1
2
3
#!/bin/sh

freecolor -o | sed -n '2p' | awk '{printf ("﬙ %2.2fG/%2.2fG\n", ($3 / (1024 ^ 2)), ($2 / (1024 ^ 2)))}'