This website works better with JavaScript
Home
Explore
Help
Sign In
noah
/
chadwm
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
fe87561c47
Branches
Tags
main
master
chadwm
/
eww
/
scripts
/
system
/
ram
ram
76 B
History
Raw
1
2
#!/bin/sh
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')