updated on Thu Jan 26 16:09:46 UTC 2012
[aur-mirror.git] / byobu / statusrc
blobb4561e57c1135b2e4905cd3141fe9b9bc0602098
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.
28 DISTRO=Archlinux
30 # Default: depends on the distro (which is either auto-detected, either set
31 # via $DISTRO)
32 #LOGO="\o/"
34 # Default: /
35 #MONITORED_DISK=/
37 # Minimum disk throughput that triggers the notification (in kB/s)
38 # Default: 50
39 #DISK_IO_THRESHOLD=50
41 # Default: eth0
42 #MONITORED_INTERFACE=eth0
44 # Unit used for network throughput (either bits per second or bytes per second)
45 # Default: bits
46 NETWORK_UNITS=bytes
48 # Minimum network throughput that triggers the notification (in kbit/s)
49 # Default: 20
50 #NETWORK_THRESHOLD=20
52 # You can add an additional source of temperature here
53 #MONITORED_TEMP=/proc/acpi/thermal_zone/THM0/temperature
55 # Default: C
56 #TEMP=F
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)