* usr/share/byobu/profiles/tmux:

- drop the brackets around the open windows, saves ~4 horizontal
    characters;  trying to get default tmux to fit in 80x25
This commit is contained in:
Dustin Kirkland 2012-02-12 08:48:58 -06:00
commit 5ccec29a85
2 changed files with 5 additions and 2 deletions

3
debian/changelog vendored
View file

@ -11,6 +11,9 @@ byobu (5.8) unreleased; urgency=low
[ Dustin Kirkland ]
* debian/control:
- suggest ttf-ubuntu-font-family which provides the  character
* usr/share/byobu/profiles/tmux:
- drop the brackets around the open windows, saves ~4 horizontal
characters; trying to get default tmux to fit in 80x25
-- Dustin Kirkland <kirkland@ubuntu.com> Mon, 30 Jan 2012 18:12:49 -0600

View file

@ -81,8 +81,8 @@ set -g status-fg $BYOBU_LIGHT
set -g status-interval 1
set -g status-left-length 256
set -g status-right-length 256
set -g status-left '#(byobu-status tmux_left) ['
set -g status-right '] #(byobu-status tmux_right)'
set -g status-left '#(byobu-status tmux_left)'
set -g status-right '#(byobu-status tmux_right)'
set -g message-bg $BYOBU_ACCENT
set -g message-fg white