mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* lib/byobu/ip_address, share/man/man1/byobu.1:
- display both ifconfig and ip output in ip_address detail display - use ip rather than ifconfig to get the ip address, slight performance improvement - support a flag, IPV6=1, in .byobu/status, to allow for showing IPv6 addresses instead of IPv4 - thanks to Mark Schouten <mark@prevented.net> for the IPv6 idea and sample code
This commit is contained in:
parent
db676d4e17
commit
54f087651a
3 changed files with 30 additions and 6 deletions
|
@ -42,7 +42,7 @@ byobu \- wrapper script for seeding a user's byobu configuration and launching s
|
|||
|
||||
\fBhostname\fP \- the hostname of the system; displayed in the upper bar on the far right in bold black text on a grey background; there is a leading '@' symbol if the username status is also enabled
|
||||
|
||||
\fBip_address\fP \- the ip address of the system in dotted decimal form; displayed in the upper bar on the far right in bold black text on a grey background
|
||||
\fBip_address\fP \- the IPv4 address of the system in dotted decimal form; displayed in the upper bar on the far right in bold black text on a grey background; you can override and display your IPv6 address by setting 'IPV6=1' in \fI$HOME/.byobu/statusrc\fP
|
||||
|
||||
\fBload_average\fP \- the system load average over the last 1 minute; displayed in the lower bar toward the right in black text on a yellow background
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue