mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
added statusrc file
Signed-off-by: Dustin Kirkland <kirkland@canonical.com>
This commit is contained in:
parent
36f3a4c6fe
commit
27b36c3fd6
2 changed files with 52 additions and 5 deletions
10
debian/changelog
vendored
10
debian/changelog
vendored
|
@ -6,15 +6,15 @@ byobu (2.13) unreleased; urgency=low
|
||||||
screen-launcher
|
screen-launcher
|
||||||
* byobu-config: improve the verbage of some of the menus, per
|
* byobu-config: improve the verbage of some of the menus, per
|
||||||
review with the Canonical Design Team
|
review with the Canonical Design Team
|
||||||
* byobu-status, byobu-export, debian/install: source default status
|
* statusrc, byobu-status, byobu-export, debian/install: source default
|
||||||
states, rather than the big case statement, performance improvement
|
status states, rather than the big case statement, performance
|
||||||
for all status, also reduces the number of places to touch when a
|
improvement for all status, also reduces the number of places to
|
||||||
new status script is added
|
touch when a new status script is added
|
||||||
|
|
||||||
[ Ciemon Dunville ]
|
[ Ciemon Dunville ]
|
||||||
* byobu.1: reflect the keybinding toggle change to Ctrl-a-!
|
* byobu.1: reflect the keybinding toggle change to Ctrl-a-!
|
||||||
|
|
||||||
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 19 Jun 2009 16:18:53 -0500
|
-- Dustin Kirkland <kirkland@ubuntu.com> Fri, 19 Jun 2009 16:21:27 -0500
|
||||||
|
|
||||||
byobu (2.12-0ubuntu1) karmic; urgency=low
|
byobu (2.12-0ubuntu1) karmic; urgency=low
|
||||||
|
|
||||||
|
|
47
statusrc
Normal file
47
statusrc
Normal file
|
@ -0,0 +1,47 @@
|
||||||
|
# statusrc
|
||||||
|
# Byobu's default status notifications
|
||||||
|
# Override these in $HOME/.byobu/status
|
||||||
|
#
|
||||||
|
# Copyright (C) 2009 Canonical Ltd.
|
||||||
|
#
|
||||||
|
# Authors: Dustin Kirkland <kirkland@canonical.com>
|
||||||
|
#
|
||||||
|
# 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 <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
|
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
|
Loading…
Add table
Add a link
Reference in a new issue