From 4f44748c108cf7f0228fc1646ce743d3561e77b1 Mon Sep 17 00:00:00 2001 From: Dustin Kirkland Date: Wed, 25 May 2011 17:36:43 -0500 Subject: [PATCH] get back in sync with config --- usr/bin/byobu-config | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/usr/bin/byobu-config b/usr/bin/byobu-config index ade89246..434fa8a1 100755 --- a/usr/bin/byobu-config +++ b/usr/bin/byobu-config @@ -298,7 +298,7 @@ def readstatus(): status={} status["apport"]=0 status["arch"]=0 - status["battery"]=0 + status["battery"]=1 status["cpu_count"]=1 status["cpu_freq"]=1 status["cpu_temp"]=0 @@ -328,11 +328,11 @@ def readstatus(): status["time"]=1 status["time_binary"]=0 status["time_utc"]=0 - status["users"]=0 + status["users"]=1 status["updates_available"]=1 status["uptime"]=1 status["whoami"]=1 - status["wifi_quality"]=0 + status["wifi_quality"]=1 if os.path.exists(DATA+'/status'): f=open(DATA+'/status', 'r') for line in f.readlines():