thinkfan-control-gui
thinkfan-control-gui copied to clipboard
a small gui app for linux to control fan speed and monitor temps on a thinkpad
* Add Enable/Disable button to control fan settings * Add Exit button to close the app
So I cloned the fan.py from you and added the line in the config file which in my case on linuxmint 20 is /etc/thinkfan.conf but whenever i try to change...
Debian Buster Wayland sudo python3 ./fan.py No protocol specified Traceback (most recent call last): File "./fan.py", line 70, in root = tk.Tk() File "/usr/lib/python3.7/tkinter/__init__.py", line 2023, in __init__ self.tk =...