yacpi is yet another configuration and power interface. It shows acpi information (battery status, etc.) from your proc filesystem in an ncurses interface.
| Tags | Monitoring Systems Administration Software Distribution Logging Diagnostics |
|---|---|
| Licenses | GPL |
| Operating Systems | Unix |
| Implementation | C |
Recent releases


Changes: This release adds a missing read_acpi_acstate call to fix missing recognization of changed ac state.


Changes: The program was completely rewritten with libacpi, and new options were added for every feature (along with an option to enable every feature). Interactive input for delay in ncurses mode was removed in favor of just restarting yacpi. The program instantly reacts on user input in the ncurses interface and select loop. The -m optin was removed so that you always get all batteries without a performance deadlock, and samples are no longer used.


Changes: Code cleanups. The default behaviour of sample usage has been changed. Without specifying samples, the remaining battery time is now remaining capacity / present battery rate like in most of the ACPI tools. There are small man page adjustments.


Changes: A memory leak reported by valgrind was fixed. A NULL pointer dereference which occurred if no battery is present was fixed.


Changes: This release fixes #337071, #337075, and #337076 in Debian BTS. The Makefile has been rewriten. There is some code cleanup and manual improvements.