dwmblocks 0.1.1

Simple and fast modular status bar for dwm written in rust.
Documentation
1
2
3
4
#!/bin/sh
hdd=`df -h --output=used,size,pcent / | awk 'NR==2{print $1" / "$2" "$3}'`
echo -e "󰋊 $hdd"