index
:
dotfiles.git
guix
guix-system-wheatley
master
Luca's dotfiles
Luca Matei Pintilie <luca@lucamatei.com>
about
summary
refs
log
blame
commit
diff
log msg
author
committer
range
path:
root
/
.config
/
eww
/
scripts
/
getram
blob: 791a5a57ab4d744361150a1598871f648237302e (
plain
) (
tree
)
f8acb4e
^
1
2
#!/bin/sh
printf
"%.0f\n"
$(
free
-m
|
grep
Mem
|
awk
'{print ($3/$2)*100}'
)