From 9ce20f41aa18b67945176b07adb88d52a64e020c Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Sat, 16 May 2009 20:23:09 +0100 Subject: [PATCH] * bin/disk-used: must change colors back to default after printing disk used Signed-off-by: Dustin Kirkland --- bin/disk-used | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/disk-used b/bin/disk-used index 95b5f491..9b6a9263 100755 --- a/bin/disk-used +++ b/bin/disk-used @@ -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"