aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
Diffstat (limited to 'conf')
-rw-r--r--conf4
1 files changed, 4 insertions, 0 deletions
diff --git a/conf b/conf
new file mode 100644
index 0000000..cff836d
--- /dev/null
+++ b/conf
@@ -0,0 +1,4 @@
+battery=/sys/class/power_supply/BAT0/uevent
+interval() { ./battcheck min_time=1200 min_pct=16 "$battery"; }
+check() { ./battcheck min_time=600 min_pct=8 "$battery"; }
+failed() { zzz -H; }