3 个稳定版本
1.0.2 | 2023年6月4日 |
---|---|
1.0.1 | 2023年6月3日 |
#1632 在 命令行工具 中
每月 31 次下载
9KB
148 代码行
Batmanager
配置联想电池设置的工具。基于 battmgr
。
用法
Usage: batmanager [OPTIONS]
Options:
-c, --conservation [<on/off>] get or set the conservation mode [possible values: on, off]
-r, --rapid [<on/off>] get or set the rapid charing mode [possible values: on, off]
-p, --performance [<1/2/3>] get or set the performance mode [possible values: "intelligent-cooling (1)", "extreme-performance (2)", "battery-saving (3)"]
-h, --help Print help
-V, --version Print version
示例
读取当前配置:batmanager
读取性能模式:batmanager -p
开启节能模式:batmanager -
关闭快速充电模式:batmanager -
关闭节能模式,开启快速充电并设置性能模式为 "智能散热":batmanager ---
安装
此工具依赖于 acpi_call 内核模块。
Cargo
cargo install batmanager
ArchLinux
paru -S batmanager
依赖项
~1–12MB
~81K SLoC