* bin/processes, byobu.1: use white text on yellow background, more

readable on tty's



Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
Dustin Kirkland 2009-07-06 15:51:18 -05:00
commit 86d590d6e6
3 changed files with 5 additions and 3 deletions

View file

@ -22,4 +22,4 @@ if [ "$1" = "--detail" ]; then
exit 0
fi
printf "\005{=b yk}%s\005{-}\005{= yk}&\005{-} " $(ls -d /proc/[0-9]* 2>/dev/null| wc -l)
printf "\005{=b yw}%s\005{-}\005{= yw}&\005{-} " $(ls -d /proc/[0-9]* 2>/dev/null| wc -l)

View file

@ -45,7 +45,7 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
\fBnetwork\fP \- instaneous upload/download bandwidth in kB/s over the last 2 seconds; displayed in the lower bar toward the right in white text on a purple background with a leading '^' sign indicating 'up' and 'v' sign indicating 'down'; override the default interface by specifying an alternate interface in \fI$HOME/.byobu/network\fP
\fBprocesses\fP \- total number of processes running on the system; displayed in the lower bar in black text on a dark yellow background with a trailing '&' indicating 'background processes'
\fBprocesses\fP \- total number of processes running on the system; displayed in the lower bar in white text on a dark yellow background with a trailing '&' indicating 'background processes'
\fBreboot_required\fP \- symbol present if a reboot is required following a system update; displayed in the lower bar white text on a blue background by the symbol '(R)'; additionally, reboot_required will print '<F5>' in white text on a blue background, if Byobu requires you to reload your profile to affect some changes.

4
debian/changelog vendored
View file

@ -12,8 +12,10 @@ byobu (2.19) unreleased; urgency=low
fan speed status
* bin/users, byobu.1: don't display '0#' if no users logged in; waste of
space, match behavior of updates_available
* bin/processes, byobu.1: use white text on yellow background, more
readable on tty's
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 06 Jul 2009 00:35:45 -0500
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 06 Jul 2009 15:50:50 -0500
byobu (2.18-0ubuntu1) karmic; urgency=low