diff --git a/debian/changelog b/debian/changelog index c699ea74..8db488a3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,15 +6,15 @@ byobu (2.13) unreleased; urgency=low screen-launcher * byobu-config: improve the verbage of some of the menus, per review with the Canonical Design Team - * byobu-status, byobu-export, debian/install: source default status - states, rather than the big case statement, performance improvement - for all status, also reduces the number of places to touch when a - new status script is added + * statusrc, byobu-status, byobu-export, debian/install: source default + status states, rather than the big case statement, performance + improvement for all status, also reduces the number of places to + touch when a new status script is added [ Ciemon Dunville ] * byobu.1: reflect the keybinding toggle change to Ctrl-a-! - -- Dustin Kirkland Fri, 19 Jun 2009 16:18:53 -0500 + -- Dustin Kirkland Fri, 19 Jun 2009 16:21:27 -0500 byobu (2.12-0ubuntu1) karmic; urgency=low diff --git a/statusrc b/statusrc new file mode 100644 index 00000000..da351c47 --- /dev/null +++ b/statusrc @@ -0,0 +1,47 @@ +# statusrc +# Byobu's default status notifications +# Override these in $HOME/.byobu/status +# +# Copyright (C) 2009 Canonical Ltd. +# +# Authors: Dustin Kirkland +# +# 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 . + +arch=0 +battery=0 +cpu_count=1 +cpu_freq=1 +date=1 +disk=0 +ec2_cost=0 +hostname=0 +ip_address=0 +load_average=1 +logo=1 +mail=0 +mem_available=1 +mem_used=1 +menu=1 +network=0 +processes=0 +reboot_required=1 +release=1 +temp_c=0 +temp_f=0 +time=1 +users=0 +updates_available=1 +uptime=1 +whoami=0 +wifi_quality=0