@@ -33,7 +33,7 @@ Tools like TLP are powerful but heavy and config-file-driven.
3333- ** One binary, zero config** — auto-detects your hardware and shows what's possible
3434- ** Interactive TUI** — see battery health, adjust thresholds with arrow keys, pick presets
3535- ** Scriptable CLI** — ` batctl set --stop 80 ` for automation and dotfiles
36- - ** 14 + vendor backends** — from ThinkPad to Apple Silicon, with a generic fallback
36+ - ** 15 + vendor backends** — from ThinkPad to Apple Silicon, with a generic fallback
3737- ** Persistence** — survives reboots and suspend/resume via systemd
3838
3939## Installation
@@ -190,6 +190,7 @@ exposing standard `charge_control_{start,end}_threshold` files.
190190
191191| Vendor | Start | Stop | Behaviour | Kernel Driver |
192192| --------| :-----:| :----:| :---------:| ---------------|
193+ | ** Acer** | — | 80 or 100 | — | ` acer-wmi-battery ` |
193194| ** Lenovo ThinkPad** | 0–99 | 1–100 | ✓ | ` thinkpad_acpi ` |
194195| ** ASUS** | — | 0–100¹ | — | ` asus_wmi ` |
195196| ** Dell** | 50–95 | 55–100 | — | ` dell_laptop ` |
@@ -255,7 +256,7 @@ No direct hardware access, no custom kernel modules required.
255256batctl/
256257├── cmd/batctl/ → CLI entry point (cobra)
257258├── internal/
258- │ ├── backend/ → 14 vendor backends + generic + auto-detection
259+ │ ├── backend/ → 15 vendor backends + generic + auto-detection
259260│ ├── battery/ → sysfs read/write helpers, battery info
260261│ ├── persist/ → systemd services, config file
261262│ ├── preset/ → built-in presets with hardware adaptation
0 commit comments