I have Arch Linux plus LXDE installed in my laptop. I want to know the status of the battery level. I tried to install batterymon, but got too many errors that I couldn't decipher.
Is there any other way to monitor the battery level?
|
I have Arch Linux plus LXDE installed in my laptop. I want to know the status of the battery level. I tried to install Is there any other way to monitor the battery level? |
|||||||||
|
|
There are any number of tools to monitor your battery's state: you could install something like conky to display it on your desktop, or you could use ACPI, as described in the Arch Wiki. The real issue you have is that if you do not understand, or are unwilling to try to resolve, the error messages when installing a simple application, then you are going to encounter far more difficult issues running Arch. |
|||
|
|
|
The easiest way to get it is through acpi command as follows (note acpi may not be installed by default so use apt-get or yum command to install the same):
or from the /proc fs
Aside, I found this bug link which says lxpanel has got problems on Fedora with ACPI stack and it mucks the states. https://bugzilla.redhat.com/show_bug.cgi?id=561311 There is another utility on sourceforge.net called webattery , perhaps worth a try. and another one jupiterapp, a tray app http://www.jupiterapplet.org/ |
|||||||||||||
|
|
try installing acpi, and running acpi -b :) then you can put the data directly to the conky or something, using: |
|||
|
|