dwmblocks 0.1.1

Simple and fast modular status bar for dwm written in rust.
Documentation
1
2
3
#!/bin/sh
mem=`free -h | awk '/^Mem/ { print $3"/"$2 }' | sed 's/i//g'`
echo -e "󰍛 $mem"