mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
feat(battery): add wattage for macOS (#13258)
This commit is contained in:
parent
92a03105ac
commit
7504f22a0c
2 changed files with 15 additions and 1 deletions
|
|
@ -19,6 +19,12 @@ For example:
|
|||
BATTERY_CHARGING="⚡️"
|
||||
```
|
||||
|
||||
You can see the power of your charger using the following setting (MacOS only)
|
||||
|
||||
```zsh
|
||||
BATTERY_SHOW_WATTS=true
|
||||
```
|
||||
|
||||
## Requirements
|
||||
|
||||
- On Linux, you must have the `acpi` or `acpitool` commands installed on your operating system.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue