dwmblocks/scripts/sb-disk
2022-01-08 17:04:07 +00:00

4 lines
73 B
Bash

#!/bin/sh
printf "DISK $(df -h "/" | awk ' /[0-9]/ {print $3 "/" $2}')"