* etc/byobu/statusrc:

- turn on battery, disk_io, users, wifi, as nothing is displayed
    if we have none
This commit is contained in:
Dustin Kirkland 2011-05-21 15:13:06 +02:00
commit c3231e94cb
2 changed files with 7 additions and 4 deletions

3
debian/changelog vendored
View file

@ -6,6 +6,9 @@ byobu (4.2) unreleased; urgency=low
* usr/lib/byobu/.shutil (properties changed: -x to +x): fix perm * usr/lib/byobu/.shutil (properties changed: -x to +x): fix perm
* usr/bin/byobu-janitor: fix regression, ensure we can run from * usr/bin/byobu-janitor: fix regression, ensure we can run from
a clean setup a clean setup
* etc/byobu/statusrc:
- turn on battery, disk_io, users, wifi, as nothing is displayed
if we have none
[ Scott Moser ] [ Scott Moser ]
* usr/bin/byobu, usr/bin/byobu-reconnect-sockets, * usr/bin/byobu, usr/bin/byobu-reconnect-sockets,

View file

@ -22,14 +22,14 @@
# Toggle status notifications # Toggle status notifications
apport=0 apport=0
arch=0 arch=0
battery=0 battery=1
cpu_count=1 cpu_count=1
cpu_freq=1 cpu_freq=1
cpu_temp=0 cpu_temp=0
custom=1 custom=1
date=1 date=1
disk=0 disk=0
disk_io=0 disk_io=1
ec2_cost=0 ec2_cost=0
fan_speed=0 fan_speed=0
hostname=1 hostname=1
@ -52,11 +52,11 @@ swap=0
time=1 time=1
time_binary=0 time_binary=0
time_utc=0 time_utc=0
users=0 users=1
updates_available=1 updates_available=1
uptime=1 uptime=1
whoami=1 whoami=1
wifi_quality=0 wifi_quality=1
# Configurations that you can override; if you leave these commented out, # Configurations that you can override; if you leave these commented out,
# Byobu will auto-detect them. # Byobu will auto-detect them.