summaryrefslogtreecommitdiff
path: root/plugins/battery/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/battery/README.md')
-rw-r--r--plugins/battery/README.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/battery/README.md b/plugins/battery/README.md
index 73fcb693e..07e4e0b16 100644
--- a/plugins/battery/README.md
+++ b/plugins/battery/README.md
@@ -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.