status 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. # status - Byobu's default status enabled/disabled settings
  2. #
  3. # Override these in $BYOBU_CONFIG_DIR/status
  4. # where BYOBU_CONFIG_DIR is XDG_CONFIG_HOME if defined,
  5. # and $HOME/.byobu otherwise.
  6. #
  7. # Copyright (C) 2009-2011 Canonical Ltd.
  8. #
  9. # Authors: Dustin Kirkland <kirkland@byobu.org>
  10. #
  11. # This program is free software: you can redistribute it and/or modify
  12. # it under the terms of the GNU General Public License as published by
  13. # the Free Software Foundation, version 3 of the License.
  14. #
  15. # This program is distributed in the hope that it will be useful,
  16. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  17. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  18. # GNU General Public License for more details.
  19. #
  20. # You should have received a copy of the GNU General Public License
  21. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  22. # Status beginning with '#' are disabled.
  23. # Screen has two status lines, with 4 quadrants for status
  24. screen_upper_left="color"
  25. screen_upper_right="color whoami hostname ip_address menu"
  26. screen_lower_left="color logo distro release #arch session"
  27. 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"
  28. # Tmux has one status line, with 2 halves for status
  29. tmux_left=" #logo #distro #release #arch #session"
  30. # You can have as many tmux right lines below here, and cycle through them using Shift-F5
  31. 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"
  32. #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"
  33. #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"
  34. #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"