When on battery power, it doesn't show the time, it just shows "00:00:00". I'm using acpi, if that matters.. The plugin is either 0.4.90.3 or 0.5, I don't remember and it doesn't list the version.
Is the correct remaining time output by acpi -b when on battery power?
Not sure, I don't have acpid installed
i had the same problem with plugin ver 1.0.0 the problem is simple: it looks for a file called "current_now", and expects the current rate be there. however, on some systems (like mine), the file is called "power_now" i've attached the patch
Created attachment 3481 the patch to fix it apply this patch to the file "libacpi.c" of the plugin this patch is for version 1.0.0.
Fixed in f4a68f0.