make battery alert only happen @ 10%

SVN revision: 67950
devs/princeamd/enlightenment-0.17-elive
Carsten Haitzler 12 years ago
parent e7167e7c91
commit 697cadcc45
  1. 4
      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;
}

Loading…
Cancel
Save