aboutsummaryrefslogtreecommitdiffstats
path: root/conf
blob: e538b60b342b1b0b40076ea26e6f26b523de5385 (plain)
1
2
3
4
5
6
7
8
9
10
battery=/sys/class/power_supply/BAT0/uevent
interval() {
	if ./battcheck min_time=1200 min_pct=16 "$battery"; then
		sleep 300
	else
		sleep 30
	fi
}
check() { ./battcheck min_time=600 min_pct=8 "$battery"; }
failed() { zzz -H; }