mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-13 10:18:51 +01:00
...
This commit is contained in:
parent
c31f403e22
commit
46b517d287
@ -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()
|
||||
|
||||
@ -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]
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user