a b c d e f g h i j k l m n o p q r s t u v w x y z

diff from 219204 and 220076

Description: simple battery power monitor for laptops with ACPI
 fdpowermon is a simple perl script that installs an icon in a system
 tray compatible with the freedesktop.org specification.
 .
 Every three seconds, fdpowermon calls acpi to find out what the current
 battery level is. It will set the output of the acpi command as a
 tooltip text, and will update the used icon as appropriate.
 .
 It has no other 'features' like trying to manage your processor speed
 or display backlight for you, preferring to let other subsystems (or
 none at all) be in charge of that.
Description: simple battery power monitor for laptops with ACPI
 fdpowermon is a simple perl script that installs an icon in a system
 tray compatible with the freedesktop.org specification.
 .
 Every three seconds, fdpowermon calls acpi to find out what the current
 battery level is. It will set the output of the acpi command as a
 tooltip text, and will update the used icon as appropriate.
 .
 In addition, fdpowermon can optionally call perl subroutines when the
 power reaches a given level. No such subroutines are provided or
 enabled by default, however.
--- 219204	Thu Jan  1 00:00:00 1970
+++ 220076	Thu Jan  1 00:00:00 1970
@@ -6,6 +6,6 @@
  battery level is. It will set the output of the acpi command as a
  tooltip text, and will update the used icon as appropriate.
  .
- It has no other 'features' like trying to manage your processor speed
+ In addition, fdpowermon can optionally call perl subroutines when the
- or display backlight for you, preferring to let other subsystems (or
+ power reaches a given level. No such subroutines are provided or
- none at all) be in charge of that.
+ enabled by default, however.