diff --git a/sys.py/UI/title_bar.py b/sys.py/UI/title_bar.py index 75891bf..db61ba2 100644 --- a/sys.py/UI/title_bar.py +++ b/sys.py/UI/title_bar.py @@ -59,7 +59,8 @@ class TitleBar: self.SyncSoundVolume() self.UpdateWifiStrength() SwapAndShow() - else: + print("TitleBar Gobjectroundrobin") + elif self._InLowBackLight >= 0: self._InLowBackLight+=1 if self._InLowBackLight > 10: self.CheckBatteryStat() diff --git a/sys.py/config.py b/sys.py/config.py index 6a51a32..9b0dc29 100644 --- a/sys.py/config.py +++ b/sys.py/config.py @@ -19,7 +19,7 @@ SKIN="default" ## three timer values in seconds: dim screen, close screen,PowerOff ## zero means no action PowerLevels = {} -PowerLevels["supersaving"] = [10,15,20] +PowerLevels["supersaving"] = [10,14,16] PowerLevels["powersaving"] = [40,120,300] PowerLevels["balance_saving"] = [40,0,0]