battered 0.5.0

Regularly polls battery levels and sends notifications on crossing certain thresholds.
1
2
3
4
5
6
[general]
interval = 60
threshold_low = 0.8
threshold_critical = 0.25
action_low = "tuned-adm profile laptop-battery-powersave"
action_critical = "systemctl suspend"