{"id":21247252,"url":"https://github.com/kikytokamuro/tf","last_synced_at":"2025-07-10T22:32:21.104Z","repository":{"id":60284488,"uuid":"298067081","full_name":"KikyTokamuro/tf","owner":"KikyTokamuro","description":"Tiny program for fan control Thinkpad notebooks ","archived":false,"fork":false,"pushed_at":"2021-11-06T14:28:29.000Z","size":19,"stargazers_count":16,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-05-12T20:25:44.584Z","etag":null,"topics":["fan","fancontrol","hacktoberfest","thinkpad","tiny"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/KikyTokamuro.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-09-23T19:00:06.000Z","updated_at":"2023-02-09T21:14:11.000Z","dependencies_parsed_at":"2022-09-27T16:10:21.856Z","dependency_job_id":null,"html_url":"https://github.com/KikyTokamuro/tf","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KikyTokamuro%2Ftf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KikyTokamuro%2Ftf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KikyTokamuro%2Ftf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KikyTokamuro%2Ftf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KikyTokamuro","download_url":"https://codeload.github.com/KikyTokamuro/tf/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225658722,"owners_count":17503688,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["fan","fancontrol","hacktoberfest","thinkpad","tiny"],"created_at":"2024-11-21T02:17:26.244Z","updated_at":"2024-11-21T02:17:26.857Z","avatar_url":"https://github.com/KikyTokamuro.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tf\nTiny program for fan control Thinkpad notebooks.\n\nTested on L420. Be carefull. Absolutly no warrantly!\n\n### Requirements:\nAdd \"options thinkpad_acpi fan_control=1\" on \"/etc/modprobe.d/thinkpad_acpi.conf\".\n\nInstall \"libconfig\":\n```sh\nsudo pacman -S libconfig\n```\n\n### Build and Install:\n```sh\n$ make\n$ make install\n```\n\n### Uninstall:\n```sh\n$ make uninstall\n```\n\n### Usage:\n```sh\n$ sudo systemctl enable tf\n$ sudo systemctl start tf\n```\n\n### Configuration:\nEdit \"/etc/tf.cfg\" and restart tf service.\n\n```\ntemperature = \"/sys/devices/platform/thinkpad_hwmon/hwmon/hwmon1/temp1_input\";\n\nfan = \"/proc/acpi/ibm/fan\";\n\nsleep = 6;\n\nlevels = {\n  level0 = { \n    min =  0; \n    max = 55; \n  };\n\n  level1 = {\n    min = 48; \n    max = 60; \n  };\n\n  level2 = { \n    min = 50; \n    max = 61; \n  };\n\n  level3 = { \n    min = 52; \n    max = 63; \n  };\n  \n  level4 = { \n    min = 56; \n    max = 65; \n  };\n  \n  level5 = { \n    min = 59; \n    max = 66; \n  };\n  \n  level6 = { \n    min = 62; \n    max = 68; \n  };\n  \n  level7 = { \n    min = 65; \n    max = 74; \n  };\n};\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkikytokamuro%2Ftf","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkikytokamuro%2Ftf","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkikytokamuro%2Ftf/lists"}