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)
mipsel-linuxpowerpc-linuxpowerpc64-linuxs390x-linuxarmv7l-linuxpowerpc64le-linuxriscv64-linuxmips64el-linux
View source on NixOS/nixpkgs →

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