From c84d108fd56c905d7a31512e54eaaf13612468f9 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Thu, 17 Dec 2009 08:52:12 -0600 Subject: [PATCH] bin/disk: use bolding similar to the rest of the status notifications --- bin/disk | 2 +- debian/changelog | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/disk b/bin/disk index b69a8c16..80c07ca3 100755 --- a/bin/disk +++ b/bin/disk @@ -34,4 +34,4 @@ esac disk=$(df -h -P "$MP" 2>/dev/null || df -h "$MP") disk=$(echo "$disk" | tail -n 1 | awk '{print $2 " " $5}' | sed "s/\([^0-9\. ]\)/ \1/g" | awk '{printf "%d%sB,%d%%", $1, $2, $3}') -printf "$(color M W)%s$(color -) " "$disk" +printf "$(color M W)%s$(color -) " "$disk" | sed "s/\([0-9]\+\)/$(color -)$(color b M W)\1$(color -)$(color M W)/g" diff --git a/debian/changelog b/debian/changelog index 50b91af8..1b2e10cf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ byobu (2.42) unreleased; urgency=low - * UNRELEASED + * bin/disk: use bolding similar to the rest of the status notifications -- Dustin Kirkland Tue, 15 Dec 2009 20:24:57 -0600