mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-20 05:23:20 -07:00
* usr/share/man/man1/byobu.1: LP: #977225
- add documentation about the status line background colors
This commit is contained in:
parent
f272ae20fd
commit
e327386c51
2 changed files with 6 additions and 0 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -1,5 +1,6 @@
|
||||||
byobu (5.20) unreleased; urgency=low
|
byobu (5.20) unreleased; urgency=low
|
||||||
|
|
||||||
|
[ Dustin Kirkland ]
|
||||||
* usr/bin/byobu-status: LP: #998812
|
* usr/bin/byobu-status: LP: #998812
|
||||||
- fix upgrades to the new width handling, where some things
|
- fix upgrades to the new width handling, where some things
|
||||||
were undefined
|
were undefined
|
||||||
|
@ -34,6 +35,8 @@ byobu (5.20) unreleased; urgency=low
|
||||||
* usr/share/byobu/profiles/tmux: LP: #1012348
|
* usr/share/byobu/profiles/tmux: LP: #1012348
|
||||||
- fix status activity/alert bolding
|
- fix status activity/alert bolding
|
||||||
- seems upstream tmux changed the option name from "alert" to "activity"
|
- seems upstream tmux changed the option name from "alert" to "activity"
|
||||||
|
* usr/share/man/man1/byobu.1: LP: #977225
|
||||||
|
- add documentation about the status line background colors
|
||||||
|
|
||||||
[ https://launchpad.net/~ktyubuntu ]
|
[ https://launchpad.net/~ktyubuntu ]
|
||||||
* usr/lib/byobu/logo: LP: #1004712
|
* usr/lib/byobu/logo: LP: #1004712
|
||||||
|
|
|
@ -18,6 +18,9 @@ Options to \fBbyobu\fP are simply passed through \fBscreen\fP(1) or \fBtmux\fP(1
|
||||||
|
|
||||||
Note that BYOBU_CONFIG_DIR=\fI$XDG_CONFIG_HOME/byobu\fP if defined, and \fI$HOME/.byobu\fP otherwise.
|
Note that BYOBU_CONFIG_DIR=\fI$XDG_CONFIG_HOME/byobu\fP if defined, and \fI$HOME/.byobu\fP otherwise.
|
||||||
|
|
||||||
|
.SH BACKGROUND COLORS
|
||||||
|
The background colors of the \fBbyobu\fP status lines can be adjusted by editing the files \fI$HOME/.byobu/color\fP (for \fBbyobu\-screen\fP) and \fI$HOME/.byobu/color.tmux\fP (for \fBbyobu\-tmux\fP). The command \fBCtrl-Shift-F5\fP will change the background to a randomly selected color when running in \fBbyobu\-tmux\fP mode. Simply remove those files to return to the default color configuration.
|
||||||
|
|
||||||
.SH STATUS NOTIFICATIONS
|
.SH STATUS NOTIFICATIONS
|
||||||
|
|
||||||
\fBbyobu\fP supports a number of unique and interesting status notifications across the lowest two lines in the screen. Each status notification item is independently configurable, enabled and disabled by the configuration utility. The guide below helps identify each status item (in alphabetical order):
|
\fBbyobu\fP supports a number of unique and interesting status notifications across the lowest two lines in the screen. Each status notification item is independently configurable, enabled and disabled by the configuration utility. The guide below helps identify each status item (in alphabetical order):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue