* usr/share/byobu/status/status:

- disable a few status items in the first tmux status line to ensure
    that the status line fits in 80x25 terminals
  - press shift-f5 for more status
This commit is contained in:
Dustin Kirkland 2012-02-15 22:19:54 -06:00
commit ecad9b6d9a
2 changed files with 7 additions and 2 deletions

4
debian/changelog vendored
View file

@ -7,6 +7,10 @@ byobu (5.11) unreleased; urgency=low
[ Dustin Kirkland ]
* usr/bin/byobu-status:
- clear first window name
* usr/share/byobu/status/status:
- disable a few status items in the first tmux status line to ensure
that the status line fits in 80x25 terminals
- press shift-f5 for more status
-- Dustin Kirkland <kirkland@ubuntu.com> Tue, 14 Feb 2012 14:37:49 -0600

View file

@ -31,5 +31,6 @@ screen_lower_right="color network #disk_io custom #entropy raid reboot_required
# Tmux has one status line, with 2 halves for status
tmux_left="logo #distro release #arch"
# You can have as many tmux right lines below here, and cycle through them using Shift-F5
tmux_right="network #disk_io custom #entropy raid reboot_required updates_available #apport #services #mail users uptime #ec2_cost #rcs_cost #fan_speed #cpu_temp battery #wifi_quality #processes load_average cpu_count cpu_freq memory #swap #disk #whoami #hostname #ip_address #time_utc date time"
#tmux_right="#network disk_io #custom entropy #raid #reboot_required #updates_available #apport #services #mail #users #uptime #ec2_cost #rcs_cost fan_speed cpu_temp #battery wifi_quality #processes #load_average #cpu_count #cpu_freq #memory #swap whoami hostname ip_address #time_utc disk date time"
tmux_right="#network #disk_io #custom #entropy raid reboot_required updates_available #apport #services #mail #users uptime #ec2_cost #rcs_cost #fan_speed #cpu_temp #battery #wifi_quality #processes load_average cpu_count cpu_freq memory #swap #disk #whoami #hostname #ip_address #time_utc date time"
#tmux_right="network #disk_io custom #entropy raid reboot_required updates_available #apport #services #mail users uptime #ec2_cost #rcs_cost #fan_speed #cpu_temp battery wifi_quality #processes load_average cpu_count cpu_freq memory #swap #disk #whoami #hostname ip_address #time_utc date time"
#tmux_right="#network disk_io #custom entropy #raid #reboot_required #updates_available #apport #services #mail #users #uptime #ec2_cost #rcs_cost fan_speed cpu_temp #battery #wifi_quality #processes #load_average #cpu_count #cpu_freq #memory #swap whoami hostname ip_address #time_utc disk date time"