my dwmblocks setup
This commit is contained in:
5
dwmblocks_scripts/dwm_memory
Executable file
5
dwmblocks_scripts/dwm_memory
Executable file
@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
|
||||
mem="$(free -h | awk '/^Mem:/ {print $3 "/" $2}')"
|
||||
echo -e "$mem"
|
||||
|
Reference in New Issue
Block a user