From 8eb683949788d41391d5ab45c99ac5cd3031ff8e Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Fri, 29 Jul 2016 10:16:54 -0500 Subject: [PATCH] * usr/share/byobu/status/status, usr/share/byobu/status/statusrc: - default to showing disk space - fix DISTRO to BYOBU_DISTRO in template --- debian/changelog | 3 +++ usr/share/byobu/status/status | 4 ++-- usr/share/byobu/status/statusrc | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1eded385..ef9d5908 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,9 @@ byobu (5.110) unreleased; urgency=medium * usr/lib/byobu/logo: - added a logo for AlpineLinux, which has published an apk for Byobu + * usr/share/byobu/status/status, usr/share/byobu/status/statusrc: + - default to showing disk space + - fix DISTRO to BYOBU_DISTRO in template -- Dustin Kirkland Tue, 05 Jul 2016 10:47:25 -0500 diff --git a/usr/share/byobu/status/status b/usr/share/byobu/status/status index 51cb77d0..ac9bd5d8 100644 --- a/usr/share/byobu/status/status +++ b/usr/share/byobu/status/status @@ -26,12 +26,12 @@ screen_upper_left="color" screen_upper_right="color whoami hostname ip_address menu" screen_lower_left="color logo distro release #arch session" -screen_lower_right="color 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 #time_utc date time" +screen_lower_right="color 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 #time_utc date time" # Tmux has one status line, with 2 halves for status tmux_left="logo #distro release #arch session" # 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 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 #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" diff --git a/usr/share/byobu/status/statusrc b/usr/share/byobu/status/statusrc index 2ffeed19..472e45c2 100644 --- a/usr/share/byobu/status/statusrc +++ b/usr/share/byobu/status/statusrc @@ -25,7 +25,7 @@ # This should be auto-detected for most distro, but setting it here will save # some call to lsb_release and the like. -#DISTRO=Ubuntu +#BYOBU_DISTRO=Ubuntu # Default: depends on the distro (which is either auto-detected, either set # via $DISTRO)