battery 344 B

123456789101112
  1. # /etc/acpi/events/battery
  2. # This detects changes to AC connector status, and passes them to
  3. # /usr/libexec/acpi/battery.sh for further processing.
  4. # Optionally you can specify the placeholder %e. It will pass
  5. # through the whole kernel event message to the program you've
  6. # specified.
  7. event=battery
  8. action=/usr/libexec/acpi/battery.sh "%e"