This website requires JavaScript.
Explore
Help
Sign In
fr
/
dwmblocks
Watch
1
Star
0
Fork
0
You've already forked dwmblocks
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
master
dwmblocks
/
dwmblocks_scripts
/
dwm_memory
6 lines
75 B
Plaintext
Raw
Permalink
Normal View
History
Unescape
Escape
my dwmblocks setup
2022-11-09 20:00:41 +01:00
#!/bin/sh
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
update
2022-12-12 15:59:27 +01:00
echo "$mem"
my dwmblocks setup
2022-11-09 20:00:41 +01:00
Reference in New Issue
Copy Permalink