aboutsummaryrefslogblamecommitdiff
path: root/.config/eww/scripts/getram
blob: 791a5a57ab4d744361150a1598871f648237302e (plain) (tree)
1
2

                                                                 
#!/bin/sh
printf "%.0f\n" $(free -m | grep Mem | awk '{print ($3/$2)*100}')
>Luca Matei Pintilie2-32/+35 2024-02-02Various updates to many dotfilesLuca Matei Pintilie17-922/+156 2023-12-05tmux: Add Tab bindingLuca Matei Pintilie1-0/+1 2023-11-25Remove sanitize in favor of https://hg.sr.ht/~aninternettroll/sanitizeLuca Matei Pintilie1-59/+0 2023-10-19Add sanitization and xdg-open helper scriptLuca Matei Pintilie4-2/+92 2023-10-16aerc: Color scheme updatesLuca Matei Pintilie2-2/+27 2023-10-01Neovim: Tweaks to indentation settingsLuca Matei Pintilie1-8/+11 2023-09-28Update weechat configLuca Matei Pintilie3-95/+4 2023-09-28Support XDG_CONFIG_HOMELuca Matei Pintilie5-13/+26 2023-09-28Upgrade to ibl v3 and minor lsp adjustmentLuca Matei Pintilie2-21/+28