mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 06:23:19 -07:00
mail fixups
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
a65fcf561a
commit
a9664a0564
3 changed files with 3 additions and 2 deletions
2
bin/mail
2
bin/mail
|
@ -23,4 +23,4 @@ if [ "$1" = "--detail" ]; then
|
|||
exit 0
|
||||
fi
|
||||
|
||||
[ -s "$mailfile" ] && printf "\005{=b Wb}M\005{-} " || exit 0
|
||||
[ -s "$mailfile" ] && printf "\005{= wk}[M]\005{-} " || exit 0
|
||||
|
|
|
@ -262,6 +262,7 @@ def readstatus():
|
|||
status["ip_address"]=0
|
||||
status["load_average"]=1
|
||||
status["logo"]=1
|
||||
status["mail"]=0
|
||||
status["mem_available"]=1
|
||||
status["mem_used"]=1
|
||||
status["menu"]=1
|
||||
|
|
2
byobu.1
2
byobu.1
|
@ -21,7 +21,7 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
|
|||
|
||||
\fBdisk_available\fP \- disk space available on / directory; displayed in the lower bar on the far right in white text on a light purple background; override the default directory by specifying an alternate mount point in \fI$HOME/.byobu/disk\fP
|
||||
|
||||
\fBmail\fP \- system mail for the current user; the letter 'M' is displayed in the lower bar toward the left in blue text on a white background
|
||||
\fBmail\fP \- system mail for the current user; the letter '[M]' is displayed in the lower bar toward the left in black text on a grey background
|
||||
|
||||
\fBmem_used\fP \- disk space used on / directory as a percentage of the total space available on /; displayed in the lower bar on the far right in white text on a light purple background with a trailing '%' sign; override the default directory by specifying an alternate mount point in \fI$HOME/.byobu/disk\fP
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue