From ecad9b6d9a4e99580c69736717b15f567e2afc33 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 15 Feb 2012 22:19:54 -0600 Subject: [PATCH] * 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 --- debian/changelog | 4 ++++ usr/share/byobu/status/status | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 73b68b41..312c9785 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 Tue, 14 Feb 2012 14:37:49 -0600 diff --git a/usr/share/byobu/status/status b/usr/share/byobu/status/status index 327bac00..59e8ea66 100644 --- a/usr/share/byobu/status/status +++ b/usr/share/byobu/status/status @@ -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"