2019-11-08 00:43:41 +01:00
|
|
|
# acpi
|
|
|
|
|
|
|
|
> Shows battery status or thermal information.
|
2025-04-20 00:21:53 +03:00
|
|
|
> More information: <https://manned.org/acpi>.
|
2019-11-08 00:43:41 +01:00
|
|
|
|
|
|
|
- Show battery information:
|
|
|
|
|
|
|
|
`acpi`
|
|
|
|
|
|
|
|
- Show thermal information:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`acpi {{[-t|--thermal]}}`
|
2019-11-08 00:43:41 +01:00
|
|
|
|
|
|
|
- Show cooling device information:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`acpi {{[-c|--cooling]}}`
|
2019-11-08 00:43:41 +01:00
|
|
|
|
|
|
|
- Show thermal information in Fahrenheit:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`acpi {{[-tf|--thermal --fahrenheit]}}`
|
2019-11-08 00:43:41 +01:00
|
|
|
|
|
|
|
- Show all information:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`acpi {{[-V|--everything]}}`
|
2020-10-13 02:26:57 +05:00
|
|
|
|
|
|
|
- Extract information from `/proc` instead of `/sys`:
|
|
|
|
|
2025-04-20 00:21:53 +03:00
|
|
|
`acpi {{[-p|--proc]}}`
|