/byobu/statusrc
http://github.com/brinkman83/bashrc · #! · 64 lines · 62 code · 2 blank · 0 comment · 0 complexity · 6a1f0f2977f8361c08478e41053090d8 MD5 · raw file
- # statusrc
- # Byobu's default status notifications
- # Override these in $HOME/.byobu/status
- #
- # Copyright (C) 2009 Canonical Ltd.
- #
- # Authors: Dustin Kirkland <kirkland@canonical.com>
- #
- # This program is free software: you can redistribute it and/or modify
- # it under the terms of the GNU General Public License as published by
- # the Free Software Foundation, version 3 of the License.
- #
- # This program is distributed in the hope that it will be useful,
- # but WITHOUT ANY WARRANTY; without even the implied warranty of
- # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- # GNU General Public License for more details.
- #
- # You should have received a copy of the GNU General Public License
- # along with this program. If not, see <http://www.gnu.org/licenses/>.
- # BEGIN_CUT_HERE
- # Toggle status notifications
- apport=0
- arch=0
- battery=0
- cpu_count=1
- cpu_freq=1
- cpu_temp=0
- custom=1
- date=1
- disk=0
- ec2_cost=0
- fan_speed=0
- hostname=1
- ip_address=1
- load_average=1
- logo=1
- mail=0
- mem_available=1
- mem_used=1
- menu=1
- network=0
- processes=0
- reboot_required=1
- release=1
- services=1
- time=1
- time_utc=0
- users=0
- updates_available=1
- uptime=1
- whoami=1
- wifi_quality=0
- # Configurations that you can override; if you leave these commented out,
- # Byobu will auto-detect them.
- #LOGO="\o/"
- #MONITORED_DISK=/
- #MONITORED_INTERFACE=eth0
- #MONITORED_TEMP=/proc/acpi/thermal_zone/THM0/temperature
- #TEMP=F
- #DISTRO=Ubuntu
- #SERVICES="eucalyptus-nc|NC eucalyptus-cloud|CLC eucalyptus-walrus eucalyptus-cc|CC eucalyptus-sc|SC"
- # END_CUT_HERE