/byobu/statusrc

http://github.com/brinkman83/bashrc · #! · 64 lines · 62 code · 2 blank · 0 comment · 0 complexity · 6a1f0f2977f8361c08478e41053090d8 MD5 · raw file

  1. # statusrc
  2. # Byobu's default status notifications
  3. # Override these in $HOME/.byobu/status
  4. #
  5. # Copyright (C) 2009 Canonical Ltd.
  6. #
  7. # Authors: Dustin Kirkland <kirkland@canonical.com>
  8. #
  9. # This program is free software: you can redistribute it and/or modify
  10. # it under the terms of the GNU General Public License as published by
  11. # the Free Software Foundation, version 3 of the License.
  12. #
  13. # This program is distributed in the hope that it will be useful,
  14. # but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  16. # GNU General Public License for more details.
  17. #
  18. # You should have received a copy of the GNU General Public License
  19. # along with this program. If not, see <http://www.gnu.org/licenses/>.
  20. # BEGIN_CUT_HERE
  21. # Toggle status notifications
  22. apport=0
  23. arch=0
  24. battery=0
  25. cpu_count=1
  26. cpu_freq=1
  27. cpu_temp=0
  28. custom=1
  29. date=1
  30. disk=0
  31. ec2_cost=0
  32. fan_speed=0
  33. hostname=1
  34. ip_address=1
  35. load_average=1
  36. logo=1
  37. mail=0
  38. mem_available=1
  39. mem_used=1
  40. menu=1
  41. network=0
  42. processes=0
  43. reboot_required=1
  44. release=1
  45. services=1
  46. time=1
  47. time_utc=0
  48. users=0
  49. updates_available=1
  50. uptime=1
  51. whoami=1
  52. wifi_quality=0
  53. # Configurations that you can override; if you leave these commented out,
  54. # Byobu will auto-detect them.
  55. #LOGO="\o/"
  56. #MONITORED_DISK=/
  57. #MONITORED_INTERFACE=eth0
  58. #MONITORED_TEMP=/proc/acpi/thermal_zone/THM0/temperature
  59. #TEMP=F
  60. #DISTRO=Ubuntu
  61. #SERVICES="eucalyptus-nc|NC eucalyptus-cloud|CLC eucalyptus-walrus eucalyptus-cc|CC eucalyptus-sc|SC"
  62. # END_CUT_HERE