This website requires JavaScript.
Explore
Help
Sign in
drake
/
neodotfiles
Watch
1
Star
0
Fork
You've already forked neodotfiles
0
Code
Issues
Pull requests
Activity
2d556b52f5
neodotfiles
/
user
/
.config
/
suckless
/
dwmblocks
/
scripts
/
memory
4 lines
90 B
Text
Raw
Normal View
History
Unescape
Escape
Added pam stuff and improved dwm and dmenu scripts
2022-07-27 04:05:59 +00:00
#!/bin/bash
Updated
2022-07-01 06:06:16 +00:00
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
Added pam stuff and improved dwm and dmenu scripts
2022-07-27 04:05:59 +00:00
echo -e " RAM: $mem "
Reference in a new issue
Copy permalink