diff --git a/debian/changelog b/debian/changelog index 4762868b..bd19a22c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ byobu (5.8) unreleased; urgency=low characters; trying to get default tmux to fit in 80x25 * usr/lib/byobu/users: - do a better job counting ssh users + * usr/share/byobu/status/status: + - move wifi_quality to second right status -- Dustin Kirkland Mon, 30 Jan 2012 18:12:49 -0600 diff --git a/usr/share/byobu/status/status b/usr/share/byobu/status/status index 184d5b65..327bac00 100644 --- a/usr/share/byobu/status/status +++ b/usr/share/byobu/status/status @@ -31,5 +31,5 @@ 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 whoami hostname ip_address #time_utc disk date time"