index
:
dotfiles
main
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
eww
/
scripts
/
memory
blob: 217c8344bcbf01c6039ffe017daf77a71172583b (
plain
)
1
2
3
#!/bin/sh printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')