1 # statusrc - Byobu's default status configurations
3 # Override these in $BYOBU_CONFIG_DIR/statusrc
4 # where BYOBU_CONFIG_DIR is XDG_CONFIG_HOME if defined,
5 # and $HOME/.byobu otherwise.
7 # Copyright (C) 2009-2011 Canonical Ltd.
9 # Authors: Dustin Kirkland <kirkland@ubuntu.com>
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.
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.
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/>.
23 # Configurations that you can override; if you leave these commented out,
24 # Byobu will try to auto-detect them.
26 # This should be auto-detected for most distro, but setting it here will save
27 # some call to lsb_release and the like.
30 # Default: depends on the distro (which is either auto-detected, either set
37 # Minimum disk throughput that triggers the notification (in kB/s)
42 #MONITORED_INTERFACE=eth0
44 # Unit used for network throughput (either bits per second or bytes per second)
48 # Minimum network throughput that triggers the notification (in kbit/s)
52 # You can add an additional source of temperature here
53 #MONITORED_TEMP=/proc/acpi/thermal_zone/THM0/temperature
58 #SERVICES="eucalyptus-nc|NC eucalyptus-cloud|CLC eucalyptus-walrus eucalyptus-cc|CC eucalyptus-sc|SC"
60 #FAN=$(find /sys -type f -name fan1_input | head -n1)