diff --git a/sys.py/config.py b/sys.py/config.py index 9b0dc29..afcfa06 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,14,16] +PowerLevels["supersaving"] = [10,30,120] PowerLevels["powersaving"] = [40,120,300] PowerLevels["balance_saving"] = [40,0,0]