~ubuntu-branches/ubuntu/utopic/byobu/utopic

« back to all changes in this revision

Viewing changes to statusrc

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2010-01-11 22:54:36 UTC
  • mto: This revision was merged to the branch mainline in revision 49.
  • Revision ID: james.westby@ubuntu.com-20100111225436-csnrc41k0bewth1e
Tags: upstream-2.47
ImportĀ upstreamĀ versionĀ 2.47

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
21
 
# BEGIN_CUT_HERE
22
 
# Toggle status notifications
23
 
apport=0
24
 
arch=0
25
 
battery=0
26
 
cpu_count=1
27
 
cpu_freq=1
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
 
temp_c=0
47
 
temp_f=0
48
 
time=1
49
 
users=0
50
 
updates_available=1
51
 
uptime=1
52
 
whoami=1
53
 
wifi_quality=0
54
 
 
55
 
# Configurations that you can override; if you leave these commented out,
56
 
# Byobu will auto-detect them.
57
 
#LOGO="\o/"
58
 
#MONITORED_DISK=/
59
 
#MONITORED_INTERFACE=eth0
60
 
#MONITORED_TEMP=/proc/acpi/thermal_zone/THM0/temperature
61
 
#DISTRO=Ubuntu
62
 
#SERVICES="eucalyptus-nc|NC eucalyptus-cloud|CLC eucalyptus-walrus eucalyptus-cc|CC eucalyptus-sc|SC"
63
 
# END_CUT_HERE