## Path:	System/Powermanagement/Powersave/Battery
## Description: These variables control the various battery related settings \
## of the powersave daemon. \n \
## Note: the actions for the different battery charging levels are defined \
## under "Events".

## Path:		System/Powermanagement/Powersave/Battery
## Type:		integer(1:100)
## Default:		"12"
#
# Specify Battery state limits in percent of remaining battery.
# If you are using more than one battery these values refer to the
# state of the batteries on the whole
BATTERY_WARNING="12"
## Path:		System/Powermanagement/Powersave/Battery
## Type:		integer(1:100)
## Default:		"7"
BATTERY_LOW="7"
## Path:		System/Powermanagement/Powersave/Battery
## Type:		integer(1:100)
## Default:		"2"
BATTERY_CRITICAL="2"
