#fan #control #gtk #utility #linux #think-pad

bin+lib tpfanctl

更优雅的 ThinkPad 风扇控制应用,使用 Rust 编写

1 个不稳定版本

0.1.0 2024年7月17日

#314GUI

Download history 122/week @ 2024-07-16 9/week @ 2024-07-30

131 每月下载次数

MPL-2.0 许可证

25KB
580

TPFanSpeed

另一个 ThinkPad 风扇控制工具.

这个是用 Rust 和 GTK 编写的(没有 relm4 等)。

依赖项

  • lm_sensors(您发行版中提供 sensors 命令的任何包)

命令行界面

命令行界面包含两个二进制文件,tpfanctlsetfan。这些二进制的帮助页面如下

A simple ThinkPad Fan control tool. pass `-h` for help.

Usage: tpfanctl [OPTIONS] <COMMAND>

Commands:
  temp     Print the CPU temperatures
  rpm      Print the fan's RPM
  fan      Print/Modify the fan's speed setting
  version  Print this program's version
  help     Print this message or the help of the given subcommand(s)

Options:
  -q, --quiet        do not print any information, except for errors.
      --extra-quiet  do not print anything, including errors.
  -h, --help         Print help
  -V, --version      Print version
A condensed version of the tpfanctl utility, that only sets the fan speed.

Usage: setfan <FANSPEED>

Arguments:
  <FANSPEED>  The fan speed in question

Options:
  -h, --help     Print helpA condensed version of the tpfanctl utility, that only sets the fan speed.

Usage: setfan <FANSPEED>

Arguments:
  <FANSPEED>  The fan speed in question

Options:
  -h, --help     Print help
  -V, --version  Print version
  -V, --version  Print version

包文档

待完成。

图形用户界面

这个还在进行中。查看 gui 分支以查看其开发。

依赖项

~5–16MB
~168K SLoC