* bin/disk-used: must change colors back to default

after printing disk used

Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-05-16 20:23:09 +01:00
commit 9ce20f41aa

View file

@ -33,4 +33,4 @@ fi
[ -r "$HOME/.$PKG/disk" ] && MP=`cat "$HOME/.$PKG/disk"` || MP="/"
used=`df -h "$MP" | tail -n 1 | sed "s/%.*$/%/" | sed "s/^.* //"`
printf "\005{= MW}%s%s" "$used" "$whitespace"
printf "\005{= MW}%s\005{-}%s" "$used" "$whitespace"