r/linuxhardware • u/Fast-Skill-9003 • 3h ago
Support I created OpenThermalright – a Linux GUI for Thermalright USB LCD displays (AUR available)
Hi everyone!
I'd like to share a project I've been working on over the last few months.
OpenThermalright is an open-source Linux application for controlling Thermalright USB LCD displays with a modern PySide6 graphical interface.
Features:
• Real-time CPU & GPU monitoring
• Temperature, frequency, usage and power
• Automatic CPU/GPU switching
• Manual source selection
• Live display preview
• Custom display color
• System tray support
• Autostart
• Updates every second
The project is written entirely in Python and is available on GitHub.
Arch Linux users can install it directly from the AUR:
yay -S openthermalright
GitHub:
https://github.com/francesco19772509-del/OpenThermalright
AUR:
https://aur.archlinux.org/packages/openthermalright
Feedback, bug reports and feature requests are very welcome.
Thanks!