* usr/share/byobu/status/status, usr/share/byobu/status/statusrc:

- default to showing disk space
 - fix DISTRO to BYOBU_DISTRO in template
This commit is contained in:
Dustin Kirkland 2016-07-29 10:16:54 -05:00
commit 8eb6839497
3 changed files with 6 additions and 3 deletions

3
debian/changelog vendored
View file

@ -2,6 +2,9 @@ byobu (5.110) unreleased; urgency=medium
* usr/lib/byobu/logo: * usr/lib/byobu/logo:
- added a logo for AlpineLinux, which has published an apk for Byobu - 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 <kirkland@ubuntu.com> Tue, 05 Jul 2016 10:47:25 -0500 -- Dustin Kirkland <kirkland@ubuntu.com> Tue, 05 Jul 2016 10:47:25 -0500

View file

@ -26,12 +26,12 @@
screen_upper_left="color" screen_upper_left="color"
screen_upper_right="color whoami hostname ip_address menu" screen_upper_right="color whoami hostname ip_address menu"
screen_lower_left="color logo distro release #arch session" 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 has one status line, with 2 halves for status
tmux_left="logo #distro release #arch session" tmux_left="logo #distro release #arch session"
# You can have as many tmux right lines below here, and cycle through them using Shift-F5 # 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 #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" #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"

View file

@ -25,7 +25,7 @@
# This should be auto-detected for most distro, but setting it here will save # This should be auto-detected for most distro, but setting it here will save
# some call to lsb_release and the like. # 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 # Default: depends on the distro (which is either auto-detected, either set
# via $DISTRO) # via $DISTRO)