acpi
Shows battery status or thermal information. More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
Install
- All systems
-
curl cmd.cat/acpi.sh
- Debian
-
apt-get install acpi
- Ubuntu
-
apt-get install acpi
- Alpine
-
apk add acpi
- Arch Linux
-
pacman -S acpi
- Kali Linux
-
apt-get install acpi
- Fedora
-
dnf install acpi
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install acpi
- Dockerfile
- dockerfile.run/acpi
- Docker
-
docker run cmd.cat/acpi acpi
powered by Commando
Shows battery status or thermal information. More information: <https://sourceforge.net/projects/acpiclient/files/acpiclient/>.
-
Show battery information:
acpi
-
Show thermal information:
acpi -t
-
Show cooling device information:
acpi -c
-
Show thermal information in Fahrenheit:
acpi -tf
-
Show all information:
acpi -V
-
Extract information from `/proc` instead of `/sys`:
acpi -p
© tl;dr; authors and contributors