aboutsummaryrefslogtreecommitdiff
path: root/.config/eww/scripts/getram
blob: 791a5a57ab4d744361150a1598871f648237302e (plain) (blame)
1
2
#!/bin/sh
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')
pan> 2023-09-28Upgrade to ibl v3 and minor lsp adjustmentLuca Matei Pintilie2-21/+28