acpi
acpi 1.8
Show battery status and other ACPI information
<rendered-html><p>Linux ACPI client is a small command-line program that attempts to replicate the functionality of the “old” `apm’ command on ACPI systems. It includes battery and thermal information.</p> </rendered-html>
https://sourceforge.net/projects/acpiclient/GNU General Public License v2.0 or later
main program: acpiprograms: acpi
Platforms (24)
aarch64-linuxmips64el-linuxpowerpc-linuxpowerpc64-linuxpowerpc64le-linuxmicroblaze-linuxsh4-linuxriscv32-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ acpi ];
Ad-hoc shell
nix-shell -p acpi
Flake (nix run)
nix run nixpkgs#acpi