From 697cadcc4582b750f432a07fd07b2536166e1851 Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 15 Feb 2012 04:34:11 +0000 Subject: [PATCH] make battery alert only happen @ 10% SVN revision: 67950 --- config/illume/module.battery.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/illume/module.battery.src b/config/illume/module.battery.src index bce57c77f..e96f88d49 100644 --- a/config/illume/module.battery.src +++ b/config/illume/module.battery.src @@ -1,7 +1,7 @@ group "Battery_Config" struct { value "poll_interval" int: 512; - value "alert" int: 30; - value "alert_p" int: 10; + value "alert" int: 5; + value "alert_p" int: 5; value "alert_timeout" int: 0; value "force_mode" int: 0; }