mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-16 05:09:50 +00:00
feat(battery): add wattage for macOS (#13258)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user