mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
* bin/disk: unbold the first letter of the disk size units, match
format of the mem status reporting Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
168b2ebff7
commit
71f17950e8
2 changed files with 4 additions and 2 deletions
2
bin/disk
2
bin/disk
|
@ -30,4 +30,4 @@ case $MP in
|
|||
/dev/*) MP=`grep "$MP" /proc/mounts | awk '{print $2}'` ;;
|
||||
esac
|
||||
|
||||
df -h -P "$MP" | tail -n 1 | awk '{printf "\005{=b MW}%s\005{-}\005{= MW}B,%s\005{-} ", $2, $5}'
|
||||
df -h -P "$MP" | tail -n 1 | awk '{print $2 " " $5}' | sed "s/\([^0-9 ]\)/ \1/g" | awk '{printf "\005{=b MW}%d\005{-}\005{= MW}%sB,\005{-}\005{=b MW}%d\005{-}\005{= MW}%%\005{-} ", $1, $2, $3}'
|
||||
|
|
4
debian/changelog
vendored
4
debian/changelog
vendored
|
@ -2,8 +2,10 @@ byobu (2.21) unreleased; urgency=low
|
|||
|
||||
* byobu-launcher: drop "Launching byobu", since this ends up in the
|
||||
bash history, LP: #400275
|
||||
* bin/disk: unbold the first letter of the disk size units, match
|
||||
format of the mem status reporting
|
||||
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 20 Jul 2009 15:12:22 -0500
|
||||
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 20 Jul 2009 15:27:06 -0500
|
||||
|
||||
byobu (2.20-0ubuntu1) karmic; urgency=low
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue