~ubuntu-branches/debian/wheezy/byobu/wheezy

« back to all changes in this revision

Viewing changes to usr/share/byobu/status/statusrc

  • Committer: Package Import Robot
  • Author(s): Alexander Chernyakhovsky
  • Date: 2011-10-02 19:04:37 UTC
  • mfrom: (0.5.2 upstream) (0.1.145 oneiric)
  • Revision ID: package-import@ubuntu.com-20111002190437-apn9z04063rh052s
Tags: 4.37-1
* Syncing from Ubuntu.
* Switch to dh short syntax
* Change maintainer (adopting this package)
* Added a substvar ${perl:Depends} dependency into debian/control
* Bump standards version to 3.9.2, no changes 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#    statusrc - Byobu's default status configurations
 
2
#
 
3
#      Override these in $BYOBU_CONFIG_DIR/statusrc
 
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@ubuntu.com>
 
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
 
 
23
# Configurations that you can override; if you leave these commented out,
 
24
# Byobu will try to auto-detect them.
 
25
#LOGO="\o/"
 
26
#MONITORED_DISK=/
 
27
#DISK_IO_THRESHOLD=50
 
28
#MONITORED_INTERFACE=eth0
 
29
#NETWORK_THRESHOLD=20
 
30
#MONITORED_TEMP=/proc/acpi/thermal_zone/THM0/temperature
 
31
#TEMP=F
 
32
#DISTRO=Ubuntu
 
33
#SERVICES="eucalyptus-nc|NC eucalyptus-cloud|CLC eucalyptus-walrus eucalyptus-cc|CC eucalyptus-sc|SC"
 
34
#FAN=$(find /sys -type f -name fan1_input | head -n1)