Skip to content
Snippets Groups Projects
Commit a50e00f2 authored by Zámolyi Csaba Ferenc's avatar Zámolyi Csaba Ferenc
Browse files

Update batteryd.conf.example

parent 5e4ac4ef
No related branches found
No related tags found
No related merge requests found
......@@ -5,12 +5,16 @@
#
#
# There are three available battery levels: HALF, LOW, CRITICAL and their percentage value can be configured
# The values must be between 0 and 100 (although using 0 would not make much sense)
# The following has to be true for a valid configuration:
# TRESHOLD_HALF > TRESHOLD_LOW > TRESHOLD_CRITICAL
#
# The actions can be as follows:
# - "ignore": it does not do any action, and skips all other actions supplied for the given battery level.
# If no action is supplied for a level, batteryd will default to "ignore"
# - "notify": sends a notification to the user and informs them about the battery percentage via notify-send
# - "sleep": suspends system to RAM, waits for a configured amount of time.
# - "shutdown": gracefully shuts down the system, waits for a configured amount of time.
# - "sleep": suspends system to RAM after a configured amount of time. (WAIT_TIME_SLEEP)
# - "shutdown": gracefully shuts down the system after a configured amount of time. (WAIT_TIME_SHUTDOWN)
# You can assign more actions to a battery level, separated by commas (no trailing comma and whitespace after comma allowed)
# The daemon will execute the actions in the order they are specified so "shutdown,notify" will not make any sense
# if WAIT_TIME_SHUTDOWN is set to 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment