mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-21 14:03:18 -07:00
* etc/byobu/statusrc, usr/bin/byobu-config, usr/lib/byobu/network,
usr/share/byobu/profiles/common, usr/share/man/man1/byobu.1: - enable the network monitor by default (it seems I *always* turn this on, on every single byobu instance) - only display when traffic is non-zero - move further to the left, so that entire line doesn't jump around * usr/share/byobu/profiles/common: move disk_io further left, so line does jump around so much
This commit is contained in:
parent
f207775f5f
commit
32419fb36d
6 changed files with 13 additions and 5 deletions
|
@ -63,7 +63,7 @@ Note that DATA=\fI$HOME/.byobu\fP.
|
|||
|
||||
\fBmenu\fP \- a simple indicator directing new users to use the F9 keybinding to access the byobu menu
|
||||
|
||||
\fBnetwork\fP \- instantaneous upload/download bandwidth in [GMk]bps over the last 3 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 with MONITORED_NETWORK=eth1, and override the default units (bits) with NETWORK_UNITS=bytes in \fI$DATA/statusrc\fP
|
||||
\fBnetwork\fP \- instantaneous upload/download bandwidth in [GMk]bps over the last 3 seconds; nothing is displayed if traffic is 0; displayed in the lower bar toward the left 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 with MONITORED_NETWORK=eth1, and override the default units (bits) with NETWORK_UNITS=bytes in \fI$DATA/statusrc\fP
|
||||
|
||||
\fBnotify_osd\fP \- Send on-screen notification messages to screen's notification buffer
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue