mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-16 11:48:50 +01:00
...
This commit is contained in:
parent
c31f403e22
commit
46b517d287
@ -59,7 +59,8 @@ class TitleBar:
|
|||||||
self.SyncSoundVolume()
|
self.SyncSoundVolume()
|
||||||
self.UpdateWifiStrength()
|
self.UpdateWifiStrength()
|
||||||
SwapAndShow()
|
SwapAndShow()
|
||||||
else:
|
print("TitleBar Gobjectroundrobin")
|
||||||
|
elif self._InLowBackLight >= 0:
|
||||||
self._InLowBackLight+=1
|
self._InLowBackLight+=1
|
||||||
if self._InLowBackLight > 10:
|
if self._InLowBackLight > 10:
|
||||||
self.CheckBatteryStat()
|
self.CheckBatteryStat()
|
||||||
|
|||||||
@ -19,7 +19,7 @@ SKIN="default"
|
|||||||
## three timer values in seconds: dim screen, close screen,PowerOff
|
## three timer values in seconds: dim screen, close screen,PowerOff
|
||||||
## zero means no action
|
## zero means no action
|
||||||
PowerLevels = {}
|
PowerLevels = {}
|
||||||
PowerLevels["supersaving"] = [10,15,20]
|
PowerLevels["supersaving"] = [10,14,16]
|
||||||
PowerLevels["powersaving"] = [40,120,300]
|
PowerLevels["powersaving"] = [40,120,300]
|
||||||
PowerLevels["balance_saving"] = [40,0,0]
|
PowerLevels["balance_saving"] = [40,0,0]
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user