mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
* 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:
parent
5c61b50882
commit
5ccec29a85
2 changed files with 5 additions and 2 deletions
3
debian/changelog
vendored
3
debian/changelog
vendored
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue