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 updatesudo apt-get install acpi - Docker
-
docker run cmd.cat/acpi acpipowered 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