From 8e2b808a317f77568445405df676289da66065df Mon Sep 17 00:00:00 2001 From: Ivan Safonov Date: Sun, 7 Jan 2024 00:36:32 +0700 Subject: [PATCH] readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 404086b..a191b91 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Overheating can destroy your hardware. # ๐Ÿ’ก About -That's a small service to control fan speed. It reads temperature sensors and current power profile and maps it to fan level. Mapping is set by configuration file. There is no user interface and there is no plan to make it. +That's a small service to control fan speed. It reads temperature sensors and current power profile and maps them to fan level. Mapping is set by the configuration file. There is no user interface, and there is no plan to make one. Main features: @@ -13,7 +13,7 @@ Main features: * Power profile support. * Delay before changing fan speed. -Originally created for Thinkpad T14 gen 4 (Intel). There is thinkfan but it does not support power profiles. +Originally created for Thinkpad T14 gen 4 (Intel). There is [thinkfan](https://github.com/vmatare/thinkfan), but it does not support power profiles. There are other fan [speed control tools](https://wiki.archlinux.org/title/fan_speed_control). @@ -37,7 +37,7 @@ sudo modprobe thinkpad_acpi ## ๐ŸŒก๏ธ Hwmon sensors -It should work on every device but you need to find sensor name and label. +It should work on every device, but you need to find sensor name and label. ```bash tail -n 1 $(ls /sys/class/hwmon/hwmon*/{name,temp*_label,temp*_input} | sort) @@ -49,7 +49,7 @@ tail -n 1 $(ls /sys/class/hwmon/hwmon*/{name,temp*_label,temp*_input} | sort) ## ๐Ÿš€ Profile platform -There is a file `/sys/firmware/acpi/platform_profile` which contains current power profile. In KDE and GNOME you can control current profile from the user interface. +There is a file `/sys/firmware/acpi/platform_profile` that contains current power profile. In KDE and GNOME you can control current profile from the user interface. ```bash # To see available profiles @@ -62,7 +62,7 @@ cat /sys/firmware/acpi/platform_profile_choices # ๐Ÿงช Testing config -Binary file has `-d` flag which enables debug logs. And `-c` flag to pass config file path. +Binary file has `-d` flag which enables debug logs. And `-c` flag to pass the config file path. ```bash sudo fanctl -d -c ./conf/fanctl.yaml