home *** CD-ROM | disk | FTP | other *** search
/ chilidog.highland.cc.ks.us / chilidog.highland.cc.ks.us.zip / chilidog.highland.cc.ks.us / backup / bradford.20101108.etc.tar.gz / bradford.20101108.etc.tar / etc / sysconfig / powersave / battery next >
Text File  |  2007-02-24  |  767b  |  22 lines

  1. ## Path:    System/Powermanagement/Powersave/Battery
  2. ## Description: These variables control the various battery related settings \
  3. ## of the powersave daemon. \n \
  4. ## Note: the actions for the different battery charging levels are defined \
  5. ## under "Events".
  6. ## Path:        System/Powermanagement/Powersave/Battery
  7. ## Type:        integer(1:100)
  8. ## Default:        "12"
  9. #
  10. # Specify Battery state limits in percent of remaining battery.
  11. # If you are using more than one battery these values refer to the
  12. # state of the batteries on the whole
  13. BATTERY_WARNING="12"
  14. ## Path:        System/Powermanagement/Powersave/Battery
  15. ## Type:        integer(1:100)
  16. ## Default:        "7"
  17. BATTERY_LOW="7"
  18. ## Path:        System/Powermanagement/Powersave/Battery
  19. ## Type:        integer(1:100)
  20. ## Default:        "2"
  21. BATTERY_CRITICAL="2"
  22.