summaryrefslogtreecommitdiffstats
path: root/disk
blob: 21e6a02ed7b9099fb2dd4ee925823e56b2369177 (plain) (blame)
1
2
3
4
#!/bin/sh
AVAIL=$(df -h --output=avail '/' | tail -1)
[ ${AVAIL%?} -le 50 ] && COLOR=$(echo '\004') || COLOR=''
printf '%s%s%s\001' $COLOR " " $AVAIL