index
:
Status Blocks
main
Scripts I use in DWM status bar
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
memory
blob: 614fe473d34b646422d4c8a0a72fbb0cbb80f788 (
plain
) (
blame
)
1
2
#!/usr/bin/env sh
free
-m
|
awk
'NR==2{print "", $3, "MB"}'